Closed
Bug 1266131
Opened 9 years ago
Closed 9 years ago
[css-grid] 'order' shouldn't affect grid-aligned abs.pos. descendants
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla49
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
Details
Attachments
(3 files)
3.92 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
3.01 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
4.78 KB,
patch
|
Details | Diff | Splinter Review |
dbaron says the CSSWG has decided to change the Grid spec.
Assignee | ||
Updated•9 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•9 years ago
|
||
https://lists.w3.org/Archives/Public/www-style/2016Apr/0351.html
- RESOLVED: Remove order-based reordering of abspos flex
children. For painting purposes they're treated as
having an order of 0.
Assignee | ||
Comment 2•9 years ago
|
||
Assignee: nobody → mats
Attachment #8744759 -
Flags: review?(dholbert)
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8744760 -
Flags: review?(dholbert)
Assignee | ||
Comment 4•9 years ago
|
||
Comment 5•9 years ago
|
||
Comment on attachment 8744759 [details] [diff] [review]
fix
Review of attachment 8744759 [details] [diff] [review]:
-----------------------------------------------------------------
::: layout/generic/nsGridContainerFrame.cpp
@@ +5213,5 @@
> // Our children are all grid-level boxes, which behave the same as
> // inline-blocks in painting, so their borders/backgrounds all go on
> // the BlockBorderBackgrounds list.
> // Also, we capture positioned descendants so we can sort them by
> // CSS 'order'.
The last two lines of this comment need to be removed now (about "positioned descendants" and "order"), since the described code is now removed.
(This is immediately before your changes to this file.)
Attachment #8744759 -
Flags: review?(dholbert) → review+
Updated•9 years ago
|
Attachment #8744760 -
Flags: review?(dholbert) → review+
Comment 7•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a33d68388287
https://hg.mozilla.org/mozilla-central/rev/4614975cc508
https://hg.mozilla.org/mozilla-central/rev/de2849584be2
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Are you going to support text-emphasis* and opacity properties?
(In reply to Mats Palmgren (:mats) from comment #3)
> Created attachment 8744760 [details] [diff] [review]
> remove now dead code
You need to log in
before you can comment on or make changes to this bug.
Description
•