Bug 227592

Summary: Web Inspector: Console autocompletion can consume existing characters
Product: WebKit Reporter: Patrick Angle <pangle>
Component: Web InspectorAssignee: Patrick Angle <pangle>
Status: NEW    
Severity: Normal CC: inspector-bugzilla-changes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   

Patrick Angle
Reported 2021-07-01 13:11:03 PDT
Steps to reproduce: 1. Open webkit.org 1. Type a class name string, e.g. `(".foo")` 2. Use ctrl+A to get to the beginning 3. Type "docu" and hit tab (twice?) to autocomplete "document" 4. Type ".querySele" and hit tab to auto complete `querySelector` autocompletes, but it consumes some characters existing on the right side of the completion suggestion.
Attachments
Patrick Angle
Comment 1 2021-07-01 13:11:18 PDT
Note You need to log in before you can comment on or make changes to this bug.