WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
255071
Web Inspector: expanded sections of Storage should not collapse
https://bugs.webkit.org/show_bug.cgi?id=255071
Summary
Web Inspector: expanded sections of Storage should not collapse
Karl Dubost
Reported
2023-04-05 17:52:43 PDT
1. Go to
https://www.khanacademy.org/math/algebra/x2f8bb11595b61c86:solve-equations-inequalities/x2f8bb11595b61c86:linear-equations-variables-both-sides/v/equations-3
2. Open Web Inspector 3. Go to the storage 4. Open the cookies folder on the left column 5. Select www.khanacademy.org 6. The cookies are displayed on the right side 7. reload Expected: 1. The cookies folder stays expanded. 2. Only the values are refreshed instead of the full UI. Actual: The full UI is being refreshed and the folder being closed.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-04-05 17:56:27 PDT
<
rdar://problem/107687975
>
Razvan Caliman
Comment 2
2024-02-19 13:01:21 PST
This can probably be fixed with an extra entry in WI.settings [1] or WI.objectStores [2] to remember the collapsed status of the tree outline items in the Storage navigation sidebar. [1]
https://github.com/WebKit/WebKit/blob/af34d92a2f7f2c772006b4ef840dda1b89c814f3/Source/WebInspectorUI/UserInterface/Base/Setting.js#L186-L233
[2]
https://github.com/WebKit/WebKit/blob/af34d92a2f7f2c772006b4ef840dda1b89c814f3/Source/WebInspectorUI/UserInterface/Base/ObjectStore.js#L258-L284
Karl Dubost
Comment 3
2024-03-06 16:14:21 PST
***
Bug 248856
has been marked as a duplicate of this bug. ***
EWS
Comment 4
2024-03-07 02:24:57 PST
Committed
275783@main
(e03b5777dbef): <
https://commits.webkit.org/275783@main
> Reviewed commits have been landed. Closing PR #25370 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug