Closed
Bug 668698
Opened 13 years ago
Closed 13 years ago
Fixed position layers has been broken in 637852
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: romaxa, Assigned: romaxa)
References
Details
Attachments
(1 file)
(deleted),
patch
|
stechz
:
review+
|
Details | Diff | Splinter Review |
I've checked latest nightly and found that
MOZ_ENABLE_FIXED_POSITION_LAYERS=1 ./fennec https://bugzilla.mozilla.org/attachment.cgi?id=486294
does not work anymore.... fixed layers are moving (fixed layer are moving async with fennec scrolling)
Found regression in:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=b7a93f1279b7&tochange=48e72227c2fa
Most likely it is coming from bug 637852
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 549222 [details] [diff] [review]
Make fixed pos layers working again
Can you explain why the divide is a multiply now?
Attachment #549222 -
Flags: review?(ben)
Updated•13 years ago
|
Attachment #549222 -
Flags: review+
Assignee | ||
Comment 3•13 years ago
|
||
Because new scale values are 1/scale, so I decided to kill double divide and use multiply.
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 4•13 years ago
|
||
Keywords: checkin-needed
Whiteboard: [inbound]
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•