Open
Bug 1609353
Opened 6 years ago
Updated 3 years ago
<kbd>Esc</kbd> while in filter input does not clear the input if the sidebar is displayed
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
Details
Steps to reproduce
- Open the console
- Evaluate
document - Ctrl + click (Cmd + click on osx) on the
HTMLDocumentobject in the console to put it in the sidebar - In the filter input, type a few letters
- Hit <kbd>Esc</kbd>
Expected results
The input is cleared, sidebar is still displayed
Actual results
Sidebar closes, the input isn't cleared.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•