RESOLVED FIXED297911
Web Inspector: Styles: Lazily create completion suggestions view
https://bugs.webkit.org/show_bug.cgi?id=297911
Summary Web Inspector: Styles: Lazily create completion suggestions view
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.