WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
313155
Web Inspector: REGRESSION(
309194@main
): Storage: Can't filter by storage type. Popup menu does not show.
https://bugs.webkit.org/show_bug.cgi?id=313155
Summary
Web Inspector: REGRESSION(309194@main): Storage: Can't filter by storage type...
Razvan Caliman
Reported
2026-04-23 11:42:05 PDT
Created
attachment 479271
[details]
Screen recording of issue in Storage tab Found in STP 241
Attachments
Screen recording of issue in Storage tab
(236.73 KB, video/quicktime)
2026-04-23 11:42 PDT
,
Razvan Caliman
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-04-23 11:42:23 PDT
<
rdar://problem/175444192
>
Razvan Caliman
Comment 2
2026-04-23 11:48:17 PDT
The issue occurs in STP 241 but not in Safari 26.4 so it's recent regression.
Razvan Caliman
Comment 3
2026-04-23 14:39:36 PDT
Caused by
https://commits.webkit.org/309194@main
We fixed this in
https://bugs.webkit.org/show_bug.cgi?id=311266
but somehow it doesn't cover the `WI.MultipleScopeBarItem` in the Storage tab. Most likely, it's the `<select>` element being set to `display: none` which inhibits it from receiving mouse events:
https://github.com/WebKit/WebKit/blob/22ee2aff6a88a6f6be22c5dc59f82fe4a8bbdaa8/Source/WebInspectorUI/UserInterface/Views/ScopeBar.css#L107-L109
``` .scope-bar > li.multiple:not(.selected) > select { display: none; } ```
Razvan Caliman
Comment 4
2026-04-23 15:02:14 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/63469
EWS
Comment 5
2026-04-24 05:41:11 PDT
Committed
311945@main
(968004a85d1d): <
https://commits.webkit.org/311945@main
> Reviewed commits have been landed. Closing PR #63469 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