Closed
Bug 891408
Opened 11 years ago
Closed 11 years ago
[B2G][Email] The contacts list cannot by displayed in full view after the keyboard has been invoked
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(blocking-b2g:leo+, b2g18 verified, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 wontfix, b2g-v1.1hd fixed)
People
(Reporter: nkot, Assigned: rexboy)
References
Details
(Whiteboard: [LeoVB+])
Attachments
(4 files)
Description:
When the user is attempting to add "cc" or "bcc" contact from the contacts list after the keyboard has been invoked (typing in the subject or email body), the contacts list is displayed partially, lower half of the screen is white out
Prerequisites:
have contacts list available on the test device
Repro Steps:
1) Updated to Leo Build ID: 20130708070214
2) Open Email app
3) Select to create a new message
4) Type in the subject line
5) Add "bcc" recipient from the contacts list ("+")
6) Scroll down the contacts list
Actual:
Lower part of the screen is white out, contacts list displays only at the top
Expected:
Contacts list opens up in full view
Environmental Variables
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/8c0127cc7be3
Gaia: 7c40bdaeaffae708342fc773926dcfac5389348e
Platform Version: 18.1
Notes:
Repro frequency: 100%
See attached screenshot
Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
The contacts list is provided by the contacts app, triggered via webactivity. This seems like a contacts regression or system regression interfering with contacts.
Component: Gaia::E-Mail → Gaia::Contacts
Comment 3•11 years ago
|
||
I just tried with a recent gaia master and gaia v1-train using a mozilla-central gecko build. The problem did not reproduce in either case.
I'm building a b2g18 image to see if that triggers the issue.
Comment 4•11 years ago
|
||
I was able to reproduce by flashing b2g18 gecko.
It seems like there is a compositing issue or something going on. I am also getting weird flashing in settings app, scrolling the contacts list, etc.
Comment 5•11 years ago
|
||
My apologies. This does appear to be a v1-train gaia issue. I had forgotten to update my local tracking branch.
Comment 6•11 years ago
|
||
Bisecting shows that this was introduced by:
https://github.com/mozilla-b2g/gaia/commit/5d7a0da528dce626b563abafc135eb828599d3c0
Rex, any thoughts on what is happening here?
Flags: needinfo?(rexboy)
Updated•11 years ago
|
blocking-b2g: --- → leo?
Updated•11 years ago
|
Assignee: nobody → rexboy
blocking-b2g: leo? → leo+
Assignee | ||
Comment 7•11 years ago
|
||
Seems the newly added |appWindow.resize()| failed on calculating window size of inline activities.. Investigating.
Flags: needinfo?(rexboy)
Assignee | ||
Comment 8•11 years ago
|
||
Seems like a regression that I didn't discover in bug 877903..
I can reproduce it only in v1-train, but seems the code in master is just kind of "lucky hit" which is not using the correct way, so I'll patch both side.
Alive, would you help reviewing this?
Thanks a lot!
Attachment #773130 -
Flags: review?(alive)
Assignee | ||
Comment 9•11 years ago
|
||
Attachment #773133 -
Flags: review?(alive)
Comment 10•11 years ago
|
||
Comment on attachment 773130 [details]
v1-train patch
There'd be chances to publish an instance event from app window so please consider to create a publish function, see the url for reference. You don't need to borrow all codes from my branch.
Attachment #773130 -
Flags: review?(alive) → review+
Updated•11 years ago
|
Attachment #773133 -
Flags: review?(alive) → review+
Assignee | ||
Comment 11•11 years ago
|
||
master
https://github.com/mozilla-b2g/gaia/commit/b3ef9da9c967e8f33b7b750d986d395e1aa38c95
v1-train
https://github.com/mozilla-b2g/gaia/commit/b2cb483bd6f89a7bdd4c47df256bea003bebcfba
Status: NEW → RESOLVED
Closed: 11 years ago
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
Resolution: --- → FIXED
Comment 12•11 years ago
|
||
Varified fix on leo 1.1 Mozilla RIL
Environmental Variables
Build ID: 20130716070204
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/629020cf576b
Gaia: fb9362d34260771d4a00b9a0e10a6bbad397bd3b
Platform Version: 18.1
RIL Version: 01.01.00.019.138
The user is able to see Contacts list up in full view.
Comment 13•11 years ago
|
||
v1.1.0hd: b2cb483bd6f89a7bdd4c47df256bea003bebcfba
v1.1.0hd: 5ec8152a93acdad6319fd09446c99c1324bb059f
You need to log in
before you can comment on or make changes to this bug.
Description
•