Open
Bug 1458652
Opened 7 years ago
Updated 5 months ago
Allow to select multiple storage items in the Storage Inspector
Categories
(DevTools :: Storage Inspector, enhancement, P3)
DevTools
Storage Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: johannh, Unassigned)
References
(Blocks 1 open bug)
Details
It would be great if the storage inspector allowed for selecting (and deleting) multiple items, e.g. 3 different cookies at once.
Comment 1•7 years ago
|
||
Note that there is standard UX for lists of things, which users expect any time it makes sense to select more than one thing (Shift+Click, Ctrl/Cmd+Click, etc, etc). This all exists in toolkit and in <select>, but of course devtools aren't using either. :(
Severity: normal → enhancement
Priority: -- → P2
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•4 years ago
|
Summary: Can't select multiple storage items in the storage inspector → Allow to select multiple storage items in the Storage Inspector
Updated•2 years ago
|
Severity: normal → S3
Comment 3•5 months ago
|
||
Also requested here:
https://connect.mozilla.org/t5/ideas/webtools-storage-select-multiple-ctrl-a-shift-a/idi-p/66041
Comment:
I would like to be able to use common keyboard shortcuts to be able to select/unselect one or multiple entries in the WebTools Storage panel.
Currently, it doesn't seem possible to remove "all but one", or "all but x" entries. Meaning that if you wanted to delete all but one entry, you would need to manually copy and enter the entries in afterwards, which can be a bit of a pain.
Keyboard shortcuts should be supported: CTRL+A / SHIFT+A / CTRL + LMB / SHIFT + LMB
You need to log in
before you can comment on or make changes to this bug.
Description
•