Closed
Bug 1803728
Opened 3 years ago
Closed 2 years ago
JavaScript error: resource:///modules/DevToolsStartup.sys.mjs, line 696: TypeError: can't access property "parentNode", mainKeyset is null
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(Not tracked)
RESOLVED
FIXED
111 Branch
People
(Reporter: mkmelin, Assigned: darktrojan)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Console message: [JavaScript Error: "TypeError: can't access property "parentNode", mainKeyset is null" {file: "resource:///modules/DevToolsStartup.sys.mjs" line: 696}]
hookKeyShortcuts@resource:///modules/DevToolsStartup.sys.mjs:696:5
hookWindow@resource:///modules/DevToolsStartup.sys.mjs:482:10
onWindowReady@resource:///modules/DevToolsStartup.sys.mjs:448:10
_delayedStartup@chrome://messenger/content/msgMail3PaneWindow.js:688:18
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
This code tries to add keys and menu items etc. to Firefox when browser-delayed-startup-finished is fired.
Since bug 1797760 Thunderbird fires this notification too, and we've been getting errors about the devtools trying and failing to add to Thunderbird's UI.
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/integration/autoland/rev/e37114f2bf3b
Stop trying to add Firefox devtools UI to Thunderbird on start-up. r=devtools-reviewers,nchevobbe
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•