Array.from(...).find(...).xulBrowser.contentWindow is null
Categories
(Thunderbird :: Untriaged, defect)
Tracking
(Not tracked)
People
(Reporter: worcester12345, Unassigned)
Details
Steps to reproduce:
Go to error console. Observe errors.
Actual results:
Array.from(...).find(...).xulBrowser.contentWindow is null implementation.js:494
_loadIntoWindow jar:file:///C:/Users/myname/AppData/Roaming/Thunderbird/Profiles/fzp0a3s3.default/extensions/lookout@s3_fix_version.xpi!/api/WindowListener/implementation.js:494
onLoadWindow jar:file:///C:/Users/myname/AppData/Roaming/Thunderbird/Profiles/fzp0a3s3.default/extensions/lookout@s3_fix_version.xpi!/api/WindowListener/implementation.js:334
checkAndRunExtensionCode resource:///modules/ExtensionSupport.jsm:220
_checkAndRunMatchingExtensions resource:///modules/ExtensionSupport.jsm:195
_addToListAndNotify resource:///modules/ExtensionSupport.jsm:179
_waitForLoad resource:///modules/ExtensionSupport.jsm:156
Expected results:
Should have observed no errors.
Comment 1•5 years ago
|
||
You should be filing an issue in the add-on's bug tracker, not bugzilla. Check the add-on's web page to find how to report problems.
Description
•