Open
Bug 1889501
Opened 1 year ago
Updated 1 year ago
storage column width resets upon item select
Categories
(DevTools :: Storage Inspector, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: vtwintiger, Unassigned)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:124.0) Gecko/20100101 Firefox/124.0
Steps to reproduce:
widen the Name column in the dev tools Storage > Cookies table
select a cookie to inspect (or any object in Storage)
Actual results:
the Name column width resets, so I have to resize it again
Expected results:
the Name column width should not have changed
![]() |
||
Updated•1 year ago
|
Component: Untriaged → Storage Inspector
Product: Firefox → DevTools
Comment 3•1 year ago
|
||
Thanks for the report. The columns are resized when selecting a first item because we open the side panel to show details.
It would be impossible to preserve the size of all columns, but maybe we should either select an item by default or always show the side panel so that the layout is not shifting.
Status: UNCONFIRMED → NEW
Type: defect → enhancement
Ever confirmed: true
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•