Closed
Bug 1450513
Opened 8 years ago
Closed 2 years ago
aOldTab._ext.glodaSearchBox is undefined
Categories
(Thunderbird :: Toolbars and Tabs, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: aceman, Unassigned)
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•8 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•3 years ago
|
Severity: normal → S3
Comment 4•2 years ago
•
|
||
@aceman: Can this still be reproduced in TB115? If so, could you attach a reproducer add-on?
Flags: needinfo?(john)
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•