Closed
Bug 1603830
Opened 5 years ago
Closed 5 years ago
Remove support for XULElement.ordinal
Categories
(Core :: XUL, task)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: bytesized, Assigned: bytesized)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
We should be able to remove support for this property entirely and change consumers to use el.style.MozBoxOrdinalGroup
.
Comment 1•5 years ago
|
||
Alternatively, use standard flexbox layout and the order
property.
https://drafts.csswg.org/css-flexbox/#order-property
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → ksteuber
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D58670
Pushed by ksteuber@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b6a503fba3cb
Remove XULElement.ordinal from webidl and c++ r=bzbarsky
https://hg.mozilla.org/integration/autoland/rev/85e3e883f4f6
Replace XULElement.ordinal with el.style.MozBoxOrdinalGroup r=bgrins
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b6a503fba3cb
https://hg.mozilla.org/mozilla-central/rev/85e3e883f4f6
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•