Closed
Bug 939428
Opened 11 years ago
Closed 4 years ago
[meta] Update 'display:-moz-box' styling in frontend code to use CSS Flexbox
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: sjw+bugzilla, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: meta)
Firefox supports the current spec of single-line flexboxes, so we should update the browser styles:
https://mxr.mozilla.org/mozilla-central/search?string=display%3A+-moz-box&find=\.css
Updated•11 years ago
|
Component: Layout → General
Product: Core → Firefox
Updated•11 years ago
|
Component: General → CSS Parsing and Computation
Product: Firefox → Core
Comment 1•11 years ago
|
||
New flexbox ('display:flex') is *similar* to display:-moz-box, but it's definitely not a drop-in replacement. Depending on the situation, they may behave differently, so any replacement should be done carefully and may need to include additional rewriting.
So I don't think this bug is actionable, as-filed, except perhaps as a metabug in Firefox (front-end, since that's where these styles exist and would need to be replaced). Individual per-file switchovers can & should happen piece-by-piece, in their own bugs.
Component: CSS Parsing and Computation → General
Product: Core → Firefox
Version: unspecified → Trunk
Updated•11 years ago
|
Summary: Update flexbox styles → Update 'display:-moz-box' styling in frontend code to use CSS Flexbox
Updated•10 years ago
|
Component: General → Theme
Whiteboard: [good-first-bug][lang=css]
Blocks: post-57-api-changes
Updated•5 years ago
|
Summary: Update 'display:-moz-box' styling in frontend code to use CSS Flexbox → [meta] Update 'display:-moz-box' styling in frontend code to use CSS Flexbox
Comment 3•4 years ago
|
||
Closing this meta bug since it doesn't track any open bugs.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•