Bug 297911

Summary: Web Inspector: Styles: Lazily create completion suggestions view
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   
Attachments:
Description Flags
queryInstances(WI.CompletionSuggestionsView) while inspecting a random element on GitHub none

Razvan Caliman
Reported 2025-08-26 08:18:07 PDT
Created attachment 476516 [details] queryInstances(WI.CompletionSuggestionsView) while inspecting a random element on GitHub The completion suggestions view is automatically created for every property name and value. It's not needed until entering edit mode. When inspecting elements with a lot of matching styles, a lot of unnecessary views and supporting DOM nodes are created.
Attachments
queryInstances(WI.CompletionSuggestionsView) while inspecting a random element on GitHub (2.85 MB, image/png)
2025-08-26 08:18 PDT, Razvan Caliman
no flags
Radar WebKit Bug Importer
Comment 1 2025-08-26 08:18:15 PDT
Razvan Caliman
Comment 2 2025-08-26 08:28:07 PDT
EWS
Comment 3 2025-08-27 12:16:21 PDT
Committed 299221@main (645fdf3e8156): <https://commits.webkit.org/299221@main> Reviewed commits have been landed. Closing PR #49888 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.