Closed
Bug 1624696
Opened 5 years ago
Closed 5 years ago
Buttons with non-native theme don't honor padding.
Categories
(Core :: Widget, defect)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
data:text/html,<button style="padding: 0 0.3em">Foo</button>
This breaks https://webplatform.news/issues/2020-03-19 for example.
Assignee | ||
Comment 1•5 years ago
|
||
Only button / menulist-button were missing from the hard-coded if condition. I
don't think we ever want to override author padding, and this can cause compat
issues as the one in this bug.
I'm making HasAuthorSpecifiedRules fast in bug 1624080, btw.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f3c5f5a1b35d
Respect padding for all elements except checkbox/radio. r=spohl,mstange
Comment 3•5 years ago
|
||
Backed out for wpt failures on baseline-alignment-and-overflow.tentative.html
Backout link: https://hg.mozilla.org/integration/autoland/rev/0460bc1ab4f09146747792fdb41c0031f60fc006
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=294565462&repo=autoland&lineNumber=3304
Flags: needinfo?(emilio)
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e2f021fe0c3e
Respect padding for all elements except checkbox/radio. r=spohl,mstange
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•5 years ago
|
QA Whiteboard: [qa-76b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•