Closed
Bug 1984604
Opened 5 months ago
Closed 5 months ago
Margin around expanded shorthand properties is too big
Categories
(DevTools :: Inspector: Rules, defect)
DevTools
Inspector: Rules
Tracking
(firefox-esr115 unaffected, firefox-esr128 wontfix, firefox-esr140 wontfix, firefox142 wontfix, firefox143 wontfix, firefox144 fixed)
RESOLVED
FIXED
144 Branch
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Small UI nit.
- open
data:text/html,<div style="margin:5px">inspect me - inspect div
- expand the
marginproperty
There are really big margins around the expanded properties, which makes the layout look a bit broken.
| Assignee | ||
Comment 1•5 months ago
|
||
Updated•5 months ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Comment 2•5 months ago
|
||
After Bug 1838803, we're not using a <ul> for the rule declarations list, which means the computed list isn't matching the following UA stylesheet rule:
:is(ul, ol, dir, menu, dl) ul {
margin-block-start: 0;
margin-block-end: 0;
}
Comment 3•5 months ago
|
||
Set release status flags based on info from the regressing bug 1838803
status-firefox142:
--- → affected
status-firefox143:
--- → affected
status-firefox144:
--- → affected
status-firefox-esr128:
--- → affected
status-firefox-esr140:
--- → affected
Pushed by jdescottes@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/33ce8f0f9799
https://hg.mozilla.org/integration/autoland/rev/0474fbec92f2
[devtools] Remove margin around ruleview computedlist, r=nchevobbe,devtools-reviewers
Updated•5 months ago
|
Comment 5•5 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
Comment 6•5 months ago
|
||
The patch landed in nightly and beta is affected.
:jdescottes, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox143towontfix.
For more information, please visit BugBot documentation.
Flags: needinfo?(jdescottes)
| Assignee | ||
Comment 7•5 months ago
|
||
Old regression, minor UI nit, no need to uplift.
Flags: needinfo?(jdescottes)
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c145/b144]
You need to log in
before you can comment on or make changes to this bug.
Description
•