Bug 313155

Summary: Web Inspector: REGRESSION(309194@main): Storage: Can't filter by storage type. Popup menu does not show.
Product: WebKit Reporter: Razvan Caliman <rcaliman>
Component: Web InspectorAssignee: Razvan Caliman <rcaliman>
Status: RESOLVED FIXED    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=311266
https://bugs.webkit.org/show_bug.cgi?id=308457
Attachments:
Description Flags
Screen recording of issue in Storage tab none

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
Radar WebKit Bug Importer
Comment 1 2026-04-23 11:42:23 PDT
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
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.