Open
Bug 1450513
Opened 7 years ago
Updated 1 year ago
aOldTab._ext.glodaSearchBox is undefined
Categories
(Thunderbird :: Toolbars and Tabs, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: aceman, Unassigned, NeedInfo)
References
Details
STR:
1. Have an old non-boostrapped addon installed in the profile, that also has an options dialog.
2. Use Tools->Addon options->the addon
3. You probably get a new tab with an error that the page couldn't be loaded (or a hang as Jorg observes).
4. If you can close the tab
Result:
ReferenceError: reference to undefined property "glodaSearchBox" searchBar.js:58:7
TypeError: aOldTab._ext.glodaSearchBox is undefined searchBar.js:58:7
May have something to do with bug 1448939 comment 5. You may have hidden the gloda search box, but some code (from the inlined overlays) is still there that looks for it.
Comment 1•7 years ago
|
||
The fix of bug 1448939 comment 5 was that I added a pre-processor define to insert the QFB button and gloda searchfield only in messenger.xul and not messageWindow.xul. From your STR it should only run in messenger.xul and not the standalone window.
There is no standalone window, the Addon options opened in new tab.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•