Bug 227592
| Summary: | Web Inspector: Console autocompletion can consume existing characters | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Patrick Angle <pangle> |
| Component: | Web Inspector | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Patrick Angle
<rdar://73987425>