Closed
Bug 279321
Opened 20 years ago
Closed 16 years ago
In <navigator.js>, 7 (3 in fact) JS errors, when using QuickLaunch.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sgautherie, Unassigned)
References
Details
(Keywords: regression)
I get these from bug 153677 comment 6 steps:
{{
Enable QuickLaunch,
Close all windows,
(let Mozilla QL-icon restart itself),
Open Navigator from the QL-icon.
}}
Result:
{{
Error: updateHomeButtonTooltip is not defined
Source File: chrome://navigator/content/navigator.js
Line: 135
Error: updateHomeButtonTooltip is not defined
Source File: chrome://navigator/content/navigator.js
Line: 135
Error: prefName.substr is not a function
Source File: chrome://navigator/content/navigator.js
Line: 95
Error: prefName.substr is not a function
Source File: chrome://navigator/content/navigator.js
Line: 95
Error: prefName.substr is not a function
Source File: chrome://navigator/content/navigator.js
Line: 95
Error: prefName.substr is not a function
Source File: chrome://navigator/content/navigator.js
Line: 95
Error: getBrowser is not defined
Source File: chrome://navigator/content/navigator.js
Line: 167
}}
+(K) regression: v1.8x, but not v1.7.x.
Comment 1•20 years ago
|
||
I think these all depend on the nsIControllers.removeController exception in
Shutdown on line 751 of navigator.js - the problem is that the subsequent code
is necessary to prevent the errors listed here. jst, is it actually necessary to
remove controllers on shutdown, or does the window clean them up?
Comment 2•16 years ago
|
||
The current trunk doesn't have quick launch. It doesn't support Win98 either. Serge, Neil: WONTFIX?
Whiteboard: WONTFIX?
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Whiteboard: WONTFIX?
You need to log in
before you can comment on or make changes to this bug.
Description
•