Closed
      
        Bug 1896652
      
      
        Opened 1 year ago
          Closed 1 year ago
      
        
    
  
layout glitch in items table
Categories
(DevTools :: Storage Inspector, defect, P2)
        DevTools
          
        
        
      
        
    
        Storage Inspector
          
        
        
      
        
    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 | ||
| Updated•1 year ago
           | 
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
| Assignee | ||
| Comment 1•1 year ago
           | ||
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.
| Comment 2•1 year ago
           | ||
Set release status flags based on info from the regressing bug 1896330
          status-firefox126:
          --- → unaffected
          status-firefox127:
          --- → unaffected
          status-firefox128:
          --- → affected
          status-firefox-esr115:
          --- → unaffected
| Updated•1 year ago
           | 
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.
| Comment 4•1 year ago
           | ||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
          You need to log in
          before you can comment on or make changes to this bug.
        
 storage inspector unaligned cells
 storage inspector unaligned cells
            
Description
•