Closed
Bug 1007133
Opened 9 years ago
Closed 4 years ago
Toggle tools stays checked when quitting toolbox while debugger is paused
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ntim, Unassigned)
References
(Blocks 1 open bug)
Details
This happened for a while now, and I thought it was a known but, but apparently, it's not.
Comment 1•9 years ago
|
||
It's not clear to me exactly what is supposed to happen and what is failing here. Can you add STR and expected vs actual results?
Reporter | ||
Comment 2•9 years ago
|
||
(In reply to Nick Fitzgerald [:fitzgen] from comment #1) > It's not clear to me exactly what is supposed to happen and what is failing > here. Can you add STR and expected vs actual results? - Load debugger - Switch to another tab - Trigger any kind of error from your js code - Make sure the debugger is paused (it should be after an error) - Close the toolbox AR : - Now try to reopen the toolbox, impossible unless you switch to another tab - When you go to the web dev menu, you see that Toggle Tools is checked. ER : - Toolbox should be able to reopen - Toggle Tools shouldn't be checked. Additional info : This doesn't happen on all exceptions, but in most of the case, there's an endless loading happening when the debugger is paused.
Reporter | ||
Comment 3•9 years ago
|
||
Note that this happens more often with e10s, and doesn't limit itself to the debugger
Updated•9 years ago
|
Summary: Quitting the toolbox with the debugger paused causes Toggle Tools to stay checked for the current tab → Toggle tools stays checked when quitting toolbox while debugger is paused
Updated•9 years ago
|
Blocks: dbg-frontend
Comment 4•9 years ago
|
||
These DevTools bugs should probably block e10s from riding to Aurora.
tracking-e10s:
--- → m6+
Comment 5•9 years ago
|
||
I'm gonna unblock e10s on this since it happens without it. I just ran into this bug on non-e10s DE.
No longer blocks: dte10s
tracking-e10s:
m6+ → ---
Comment 6•5 years ago
|
||
Sorry for bug spam, but is there a more general issue raised somewhere "Toggle tools stays checked when quitting toolbox"? I couldn't find any, have this problem about once a week/every two weeks and definitely without even touching the debugger. Not sure if I have it for four years already, but it might well be.
Updated•5 years ago
|
Product: Firefox → DevTools
Comment 7•4 years ago
|
||
Not an issue with the new debugger.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•