Open
Bug 1238668
Opened 9 years ago
Updated 7 months ago
Tracking bug for issues caused by emulation of "display:-webkit-box" with "display:flex"
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: dholbert, Unassigned)
References
(Depends on 2 open bugs)
Details
Attachments
(1 obsolete file)
I'm filing this bug to track site issues that are caused by "display:flex" & associated properties being imperfect emulation for "display: -webkit-box".
This includes:
(a) Scenarios where sites went from not-working to mostly-working-but-something-isn't-quite-right (if the site depends on "-webkit-box" to render correctly at all).
(b) Scenarios where sites went from working to not-working (if the site has standards-based fallback, e.g. using display:block, which we used to honor but now we'll skip in favor of imperfectly-emulated -webkit-box)
I'm hoping this tracking bug will help us prioritize which additional hacks (if any) we need to add to differentiate our emulated -webkit-box support from modern flexbox.
Updated•8 years ago
|
Component: Tracking → Layout
Updated•4 years ago
|
Updated•3 years ago
|
Webcompat Priority: --- → ?
Updated•2 years ago
|
Webcompat Priority: ? → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•9 months ago
|
Attachment #9386037 -
Attachment is obsolete: true
Comment 2•7 months ago
|
||
The one real-world report we have no longer works (seems like the app is now.. a different product). Unsetting the webcompat-priority flag to reflect that.
Webcompat Priority: P3 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•