Closed
Bug 1861492
Opened 2 years ago
Closed 2 years ago
can't access property "appendChild", menu is null browser-menus.js when starting Thunderbird
Categories
(DevTools :: Framework, defect)
DevTools
Framework
Tracking
(firefox-esr115 wontfix, firefox121 fixed)
RESOLVED
FIXED
121 Branch
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
Attachments
(1 file)
When I start up Thunderbird I get an error in the console since devtools is trying to add it's menus, but Thunderbird doesn't have those menus.
TypeError: can't access property "appendChild", menu is null browser-menus.js:283:3
addTopLevelItems resource://devtools/client/framework/browser-menus.js:283
addMenus resource://devtools/client/framework/browser-menus.js:325
_registerBrowserWindow resource://devtools/client/framework/devtools-browser.js:359
observe resource://devtools/client/framework/devtools-browser.js:162
_delayedStartup chrome://messenger/content/messenger.js:353
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/integration/autoland/rev/626ff3e23608
don't try to set devtools menus etc. for non-Firefox apps. r=devtools-reviewers,ochameau
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
| Assignee | ||
Updated•2 years ago
|
status-firefox-esr115:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•