Closed Bug 1984604 Opened 5 months ago Closed 5 months ago

Margin around expanded shorthand properties is too big

Categories

(DevTools :: Inspector: Rules, defect)

defect

Tracking

(firefox-esr115 unaffected, firefox-esr128 wontfix, firefox-esr140 wontfix, firefox142 wontfix, firefox143 wontfix, firefox144 fixed)

RESOLVED FIXED
144 Branch
Tracking Status
firefox-esr115 --- unaffected
firefox-esr128 --- wontfix
firefox-esr140 --- wontfix
firefox142 --- wontfix
firefox143 --- wontfix
firefox144 --- fixed

People

(Reporter: jdescottes, Assigned: jdescottes)

References

(Regression)

Details

(Keywords: regression)

Attachments

(2 files)

Attached image image.png

Small UI nit.

  • open data:text/html,<div style="margin:5px">inspect me
  • inspect div
  • expand the margin property

There are really big margins around the expanded properties, which makes the layout look a bit broken.

Assignee: nobody → jdescottes
Status: NEW → ASSIGNED

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;
}
Type: enhancement → defect
Keywords: regression
Regressed by: 1838803

Set release status flags based on info from the regressing bug 1838803

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
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch

The patch landed in nightly and beta is affected.
:jdescottes, is this bug important enough to require an uplift?

For more information, please visit BugBot documentation.

Flags: needinfo?(jdescottes)

Old regression, minor UI nit, no need to uplift.

QA Whiteboard: [qa-triage-done-c145/b144]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: