Closed
Bug 1204138
Opened 9 years ago
Closed 6 years ago
Panel with search results in debugger collapses and shows again when I select text in search field
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox43 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: arni2033, Unassigned)
References
()
Details
1. Open this "data:" url in new tab or click URL field in form above
> data:text/html,<body onclick="console.log(this)">
2. Open Inspector, click (ev) button near <body> element
3. Click debugger button in event listeners tooltip (to open the file in debugger)
4. Type "!onclick" in debugger's search field [panel with search results will appear]
5.(make sure that search field is still active)
6. Press Ctrl+A
Result: The panel with search results collapses and shows again. It also happen with Shift+Left
Expectations: The panel should not flicker.
I believe that the best (and simplest) solution for this bug and bug 1202507 would be creating a close button for search results panel and removing autohide mechanism.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•6 years ago
|
||
relates to the old ui
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•