Closed
Bug 1439376
Opened 7 years ago
Closed 2 years ago
Firefox doesn't seem to properly support margin expressed as %
Categories
(Core :: Layout, defect, P2)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: terakilobyte, Unassigned)
Details
Attachments
(1 file)
4.98 MB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180215111455
Steps to reproduce:
Using flexbox layout, specify a repeating element with margin: "1%" isn't being properly rendered.
Actual results:
Only left and right margins are being applied.
Expected results:
Margins for top and bottom should be applied as well as left and right.
Updated•7 years ago
|
Component: Untriaged → DOM
Product: Firefox → Core
Updated•7 years ago
|
Component: DOM → Layout
Comment 1•7 years ago
|
||
Could you attach an HTML test-case? Though I suspect this is related to bug 1434478, and the relevant spec issues around it.
Flags: needinfo?(terakilobyte)
Updated•7 years ago
|
Priority: -- → P2
Comment 2•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:dholbert, since the bug has high priority, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(terakilobyte) → needinfo?(dholbert)
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Flags: needinfo?(dholbert)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•