Closed
Bug 941215
Opened 11 years ago
Closed 11 years ago
E-mail with APZ on lets you pan out and mixes up touch events
Categories
(Firefox OS Graveyard :: Gaia::E-Mail, defect)
Tracking
(blocking-b2g:1.3+)
RESOLVED
FIXED
blocking-b2g | 1.3+ |
People
(Reporter: milan, Assigned: botond)
References
Details
Attachments
(1 file)
494 bytes,
patch
|
jrburke
:
review+
|
Details | Diff | Splinter Review |
Update e-mail app index.html (attached) - see bug 916185. Turn on APZ from the dev. settings. Restart the phone.
These problems mostly show up until we've scrolled through all the e-mails the first time. Somethings gets cached at that point, and it starts behaving better.
1. The panning in the e-mail app flashes a lot. Feels like we may end up with unpainted areas.
2. Clicking on individual e-mails ends up not working at all, or gets a wrong e-mail.
Reporter | ||
Comment 2•11 years ago
|
||
Also, the new account was setup (e.g., the "All done!" page) has "Add another account" and "Continue to Mail" buttons too far down.
Comment 3•11 years ago
|
||
Comment on attachment 8335517 [details] [diff] [review]
Setting device width; without this change, behavior is worse.
This looks like something we want / thought we had already, yes? (The viewport stuff may have been something I cargo-culted from your cards.js stuff / deuxdrop in the first place :)
Attachment #8335517 -
Flags: review?(jrburke)
Comment 4•11 years ago
|
||
(In reply to Milan Sreckovic [:milan] from comment #2)
> Also, the new account was setup (e.g., the "All done!" page) has "Add
> another account" and "Continue to Mail" buttons too far down.
With the patch or without the patch? (I saw there was a comment 1 that got redacted that suggested it was with the patch, so I'm guessing that was wrong.)
Also, what device/DPI is this on (and if hi-dpi, was it a hi-dpi build?)
Comment 5•11 years ago
|
||
Comment on attachment 8335517 [details] [diff] [review]
Setting device width; without this change, behavior is worse.
Review of attachment 8335517 [details] [diff] [review]:
-----------------------------------------------------------------
Good change, added values make sense.
Attachment #8335517 -
Flags: review?(jrburke) → review+
Reporter | ||
Comment 6•11 years ago
|
||
This was on unagi, trying on other devices.
Botond, can you check the part where the touch events go to the wrong item and the div is too large so the scroll at the bottom moves the controls?
Assignee: nobody → botond
Flags: needinfo?(botond)
Comment 8•11 years ago
|
||
I wonder if this is a duplicate of bug 942760.
Also please not that I have already landed a big patch that changes all the viewports or add one if it is missing. The content value of the meta may dance a little bit in the coming days, trying to find the exact right value, or just using it to workaround some bugs while they are fixed in the platform.
I have personally no strong opinion about the default values it needs to be and my feeling is that whatever is decided should not slow us down to try to grab as much bugs as possible by playing with the viewport until the platform is ready.
Blocks: gaia-apzc
Assignee | ||
Comment 10•11 years ago
|
||
(In reply to Milan Sreckovic [:milan] from comment #6)
> This was on unagi, trying on other devices.
>
> Botond, can you check the part where the touch events go to the wrong item
> and the div is too large so the scroll at the bottom moves the controls?
Both of these issues are fixed by my patches for bug 942799 and bug 942995.
Flags: needinfo?(botond)
Comment 11•11 years ago
|
||
Is there anything else to do in this bug ?
Flags: needinfo?(milan)
Reporter | ||
Comment 12•11 years ago
|
||
Not that I can tell.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(milan)
Resolution: --- → FIXED
Reporter | ||
Updated•11 years ago
|
Blocks: gaia-apzc-2
Reporter | ||
Updated•11 years ago
|
No longer blocks: gaia-apzc-2
You need to log in
before you can comment on or make changes to this bug.
Description
•