Closed Bug 1896652 Opened 4 months ago Closed 4 months ago

layout glitch in items table

Categories

(DevTools :: Storage Inspector, defect, P2)

defect

Tracking

(firefox-esr115 unaffected, firefox126 unaffected, firefox127 unaffected, firefox128 fixed)

RESOLVED FIXED
128 Branch
Tracking Status
firefox-esr115 --- unaffected
firefox126 --- unaffected
firefox127 --- unaffected
firefox128 --- fixed

People

(Reporter: nchevobbe, Assigned: nchevobbe)

References

(Regression)

Details

(Keywords: regression)

Attachments

(2 files)

See screenshot

https://hg.mozilla.org/integration/autoland/rev/90f8db9f10ffcb58274d7fa750df6160e4fe38f0 removed the .plain class the table is using:

--- a/toolkit/themes/shared/global-shared.css
+++ b/toolkit/themes/shared/global-shared.css
 
-.plain {
-  appearance: none;
-  margin: 0 !important;
-  border: none;
-  padding: 0;
-}
-

the class is also set for Graphs (in widget), and Inspector breadcrumb items, but they doesn't seem to be impacted

Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED

The plain class that was removed in Bug 1896330 was set
on a few elements in the variable view, the table and
the chart widgets, as well as in the inspector breadcrumb.
This patch removes the plain class and adjust styling
where it's needed.

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

Severity: -- → S3
Priority: -- → P2
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/700a89ff1b0d [devtools] Fix layout glitch in storage table and variable view. r=devtools-reviewers,ochameau.
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: