Closed
Bug 880578
Opened 11 years ago
Closed 11 years ago
APZC: Scroll events are only sent when repainting is needed
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
People
(Reporter: ajones, Assigned: ajones)
References
Details
(Whiteboard: [LeoVB+])
Attachments
(2 files, 1 obsolete file)
1.24 KB,
patch
|
BenWa
:
review+
romaxa
:
feedback+
|
Details | Diff | Splinter Review |
96 bytes,
patch
|
Details | Diff | Splinter Review |
If the scroll offset changes but the effective display doesn't change then there are no updates sent. This means that the frame metrics have an out of date scroll offset and no scroll events are being sent.
Comment 1•11 years ago
|
||
Attachment #759607 -
Flags: feedback?(ajones)
Comment 2•11 years ago
|
||
Comment on attachment 759607 [details] [diff] [review]
Possible fix
sounds like there are more simple/safe solution around
Attachment #759607 -
Attachment is obsolete: true
Attachment #759607 -
Flags: feedback?(ajones)
Updated•11 years ago
|
Blocks: apz-fennec
Assignee | ||
Comment 3•11 years ago
|
||
Updated•11 years ago
|
Attachment #760267 -
Flags: feedback+
Assignee | ||
Updated•11 years ago
|
Attachment #760267 -
Flags: review?(bgirard)
Updated•11 years ago
|
Attachment #760267 -
Flags: review?(bgirard) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Blocks: 892088
Trivial backport to b2g18.
I think we need this on b2g18 to fix bug 892088 and maybe bug 894435.
blocking-b2g: --- → leo?
Comment 9•11 years ago
|
||
Following up in email.
Comment 10•11 years ago
|
||
According to https://bugzilla.mozilla.org/show_bug.cgi?id=894435#c6 this bug should fix bug 894435 and bug 892088.
Triage partners would like to take this on leo.
blocking-b2g: leo? → leo+
Updated•11 years ago
|
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-b2g-v1.1hd:
--- → affected
status-firefox22:
--- → wontfix
status-firefox23:
--- → wontfix
status-firefox24:
--- → fixed
Comment 14•11 years ago
|
||
Comment 15•11 years ago
|
||
Issue verified as fixed in build: 20130726070208
Gecko: http://hg.mozilla.org/releases/mozilla-b2g18/rev/d6e518d3ef28
Gaia: 9c868050bcc6f522f54f4afc0f0e4aa9a6149771
Scrolling is no longer jumpy and looks smooth compared to video in bug number: https://bugzilla.mozilla.org/show_bug.cgi?id=894435
We are unable to verify on the HD build.
Updated•11 years ago
|
Whiteboard: [LeoVB+]
You need to log in
before you can comment on or make changes to this bug.
Description
•