Closed
Bug 1151306
Opened 10 years ago
Closed 10 years ago
Map updates flicker on paint
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: jmjjeffery, Assigned: mstange)
References
()
Details
(Keywords: regression)
Attachments
(3 files)
846 bytes,
text/html
|
Details | |
980 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
2.40 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Visit URL http://www.n2yo.com/?s=38348|25544 with latest Nightly/Tinderbox build note that the map flickers on update/paint.
20150402171927 6177eed6d23d OK
20150402174725 f4bc044e4d29 bad
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=6177eed6d23d&tochange=f4bc044e4d29
Maybe caused by ? https://bugzilla.mozilla.org/show_bug.cgi?id=1148855
Markus, possible that bug 1148855 caused this ?
![]() |
||
Comment 1•10 years ago
|
||
( FYI, I saw another flickering, I filed Bug 1151319 )
Assignee | ||
Comment 2•10 years ago
|
||
Assignee: nobody → mstange
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Jim Jeffery not reading bug-mail 1/2/11 from comment #0)
> Markus, possible that bug 1148855 caused this ?
Yes, most certainly.
Assignee | ||
Comment 4•10 years ago
|
||
No test because I couldn't think of one that doesn't use animated position:absolute, and the detection whether left/top/right/bottom are animated still seems to depend on timing, even if there is a CSS animation that changes those properties. (And we don't seem to support will-change for them yet.)
Attachment #8588446 -
Flags: review?(roc)
Assignee | ||
Comment 5•10 years ago
|
||
Without bug 1151346, this test would have succeeded even without the patch in this bug, but with bug 1151346 it properly tests for it.
Attachment #8588477 -
Flags: review?(roc)
Attachment #8588446 -
Flags: review?(roc) → review+
Attachment #8588477 -
Flags: review?(roc) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Assignee | ||
Comment 7•10 years ago
|
||
Comment 8•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d8f65e1ada48
https://hg.mozilla.org/mozilla-central/rev/4450f65d2ba9
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Reporter | ||
Comment 9•10 years ago
|
||
Testing with latest tinderbox build 20150406183107 cset: ab0490972e1e
I can verify that the flicker is gone.
thanks for the quick fix/turn-around.
Updated•9 years ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•