Make source editor search UI persistent
Categories
(DevTools :: Source Editor, defect, P2)
Tracking
(firefox137 fixed)
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: ris58h, Assigned: nchevobbe)
References
(Blocks 3 open bugs)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
- Open some site with CSS.
- Open Developer Tools > Style Editor.
- Focus a content of a stylesheet and press Ctrl+F (Cmd+F on macOS).
- Try to search something.
Actual results:
After a user hits enter search results are highlighted but search interface disappears and focus goes to the editor.
Expected results:
Same as for Find in Page. Hitting Enter shouldn't hide the search interface and subsequent Enter keystroke should jump to the next instance.
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'DevTools::Style Editor' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
Thanks, although I feel like this is more or less a duplicate of the various bugs under the meta Bug 973117. The Style Editor search UI is lacking and needs to be overhauled.
| Assignee | ||
Updated•9 months ago
|
| Assignee | ||
Comment 3•9 months ago
|
||
Overriding the search shortcut allows us to execute the findPersistent command,
which prevents the search input to be closed when the user hit Enter.
A test is added to cover the new functionality.
Updated•9 months ago
|
| Assignee | ||
Updated•9 months ago
|
| Assignee | ||
Updated•9 months ago
|
| Assignee | ||
Updated•9 months ago
|
Updated•9 months ago
|
Comment 6•9 months ago
|
||
| bugherder | ||
Description
•