Closed
Bug 1986078
Opened 8 months ago
Closed 7 months ago
"The Web Developer Tools panel has crashed" when attempting to inspect extension
Categories
(Thunderbird :: Add-Ons: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: 52qtuqm9, Unassigned)
References
Details
- Open the add-ons manager.
- Click the gear and select "Debug Add-ons".
- Click the "Inspect" button next to an add-on.
- Instead of the inspector window opening, you get a window which says "The Web Developer Tools panel has crashed."
Stack trace that appears in that window:
TypeError: can't access property Symbol.iterator, Startup.KeyShortcuts is undefined
Stacktrace
_addWindowHostShortcuts@resource://devtools/client/framework/toolbox.js:1388:24
_addChromeEventHandlerEvents@resource://devtools/client/framework/toolbox.js:1210:10
open@resource://devtools/client/framework/toolbox.js:1029:12
There's also at least one add-on (ToggleReplied) for which, when I click the Inspect button, the window doesn't even pop up. There is no error in the error console, the button just does nothing.
Comment 1•7 months ago
|
||
Yep, I can confirm exact same issue. This is preventing me from updating -- had to keep a downgraded parallel install for dev purposes
Comment 2•7 months ago
|
||
This is caused by devtools switching to moz-url://
I guess we need a similar fix as done in Bug 1986379
Regressions: 1980883
Comment 3•7 months ago
|
||
Can affected users confirm, that this is fixed on Beta 144 (by Bug 1986379), allowing us to close this as a dupe? I tested ToggleReplied and was able to properly inspect it.
| Reporter | ||
Comment 4•7 months ago
|
||
I am no longer able to reproduce this in current TB beta.
Status: UNCONFIRMED → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
Updated•7 months ago
|
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•