Open
Bug 1420153
Opened 8 years ago
Updated 3 years ago
tab completion in inspector makes find annoying to use
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: ossman, Unassigned)
References
(Blocks 1 open bug)
Details
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171113102034
Steps to reproduce:
1. Open Inspector
2. Press Ctrl+F to start searching
3. Type "ind", press Enter
Actual results:
It tab completed to ".index" because it found such a CSS selector in the page.
Expected results:
It should have searched for "ind".
Reporter | ||
Comment 1•8 years ago
|
||
The workaround is pressing Escape first to abort tab completions.
A preferable system would be that no entry in the tab completion is selected by default and you have to press down to select one. After that it would be fine if Enter does completion.
Updated•8 years ago
|
Component: Untriaged → Developer Tools: Inspector
Comment 2•8 years ago
|
||
Thank you for filing. Ever since we made the search box able to search for both selectors *and* plain text, its UX has been less than ideal. I'm linking to a couple of related bugs so we can find this one easily in the future when working on this.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•