Closed
Bug 1230701
Opened 7 years ago
Closed 7 years ago
will-change:position should cause creation of containing block for absolutely positioned elements
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla45
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Keywords: css3)
Attachments
(2 files)
This is a followup to bug 1227766 based on clarifications to the will-change spec that Tab made today. will-change:position should cause the creation of a containing block for absolutely positioned elements.
Assignee | ||
Updated•7 years ago
|
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → dbaron
Assignee | ||
Comment 1•7 years ago
|
||
Bug 1230701 - Make will-change:position create a containing block for absolutely-positioned elements. r?dholbert
Attachment #8696209 -
Flags: review?(dholbert)
Assignee | ||
Comment 2•7 years ago
|
||
Bug 1230701 - Add test that position does not create a fixed-position containing block. r?dholbert I confirmed that the new test fails without the previous patch (since the abspos element is 50px from the left edge of the viewport instead of 150px, and at the top edge instead of 100px from the top). The test passes with the patch.
Attachment #8696210 -
Flags: review?(dholbert)
Updated•7 years ago
|
Attachment #8696209 -
Flags: review?(dholbert) → review+
Comment 3•7 years ago
|
||
Comment on attachment 8696209 [details] MozReview Request: Bug 1230701 - Make will-change:position create a containing block for absolutely-positioned elements. r?dholbert https://reviewboard.mozilla.org/r/27297/#review24695
Comment 4•7 years ago
|
||
Comment on attachment 8696210 [details] MozReview Request: Bug 1230701 - Add test that position does not create a fixed-position containing block. r?dholbert https://reviewboard.mozilla.org/r/27299/#review24697
Attachment #8696210 -
Flags: review?(dholbert) → review+
Assignee | ||
Comment 5•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/bb137598c5821b8c28ffc0a8bc4ecac4420dfee9 Bug 1230701 - Make will-change:position create a containing block for absolutely-positioned elements. r=dholbert https://hg.mozilla.org/integration/mozilla-inbound/rev/a5c7323533773bb131cc270ba4c53166ac87aa1c Bug 1230701 - Add test that position does not create a fixed-position containing block. r=dholbert
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bb137598c582 https://hg.mozilla.org/mozilla-central/rev/a5c732353377
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•