[Webkit-unassigned] [Bug 271205] Web Inspector: Console and code editor completion does not auto-scroll suggestion into view

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 18 18:13:34 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=271205

--- Comment #2 from Qianlang Chen <qianlangchen at apple.com> ---
The same issue also applies to the code editor in the Sources tab, where editing CSS sources is allowed. It should be the same component as the one in console (CompletionSuggestionsView).

The style details panel in the Elements tab also uses the same CompletionSuggestionsView component for showing its style suggestions. However the issue isn't exposed there because the style details panel always defaults to selecting the first item rather than trying to find the previously-selected item (which is arguably an inconsistency in our UI).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240319/af222422/attachment.htm>


More information about the webkit-unassigned mailing list