Closed
Bug 432040
Opened 17 years ago
Closed 17 years ago
gUtilityBundle is null in chrome://communicator/content/utilityOverlay.js
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
VERIFIED
FIXED
seamonkey2.0a1
People
(Reporter: bugzilla, Assigned: sgautherie)
References
Details
Attachments
(1 file)
1.05 KB,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
Steps:
1- Open Error console
2- Click Help in menu
Actual results in Error Console of Seamonkey 2.0a1pre rv:1.9pre build 2008050202:
Error: gUtilityBundle is null
Source File: chrome://communicator/content/utilityOverlay.js
Line: 481
Expected results in Error Console:
No error reported.
I searched for a duplicate and did not find any. The closest I could find is bug 225740
Should component be XP Apps?
Comment 1•17 years ago
|
||
I see this too on mac (todays trunk from cvs). I wonder if it has been there all the time since bug 408190? Hmm.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Assignee | ||
Comment 2•17 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.1pre) Gecko/2008062701 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
(Bug still there.)
Assignee | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
Same error with ChatZilla or Venkman.
Stack doesn't help:
{{
#0: function updateCheckUpdatesItem() in <chrome://communicator/content/utilityOverlay.js> line 481
#1: function onpopupshowing(event=MouseEvent:{0}) in <chrome://venkman/content/venkman.xul> line 1
}}
Flags: blocking-seamonkey2?
Comment 4•17 years ago
|
||
utilityOverlay.xul assumes that the overlaid file contains a <stringbundleset id="stringbundleset"> that it can lay its stringbundle over.
Fortunately there is a simple workaround in removing the id from utilityOverlay so that the stringbundle is always overlaid as a separate stringbundleset.
Assignee | ||
Comment 5•17 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.2pre) Gecko/2008070702 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
Per comment 4:
fixes it in these 3 windows;
doesn't brake Browser window :-)
Assignee: general → sgautherie.bz
Status: NEW → ASSIGNED
Attachment #328329 -
Flags: superreview?(neil)
Attachment #328329 -
Flags: review?(neil)
Updated•17 years ago
|
Attachment #328329 -
Flags: superreview?(neil)
Attachment #328329 -
Flags: superreview+
Attachment #328329 -
Flags: review?(neil)
Attachment #328329 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Comment 6•17 years ago
|
||
Checking in suite/common/utilityOverlay.xul;
/cvsroot/mozilla/suite/common/utilityOverlay.xul,v <-- utilityOverlay.xul
new revision: 1.58; previous revision: 1.57
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Flags: blocking-seamonkey2?
Resolution: --- → FIXED
Updated•17 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•17 years ago
|
Attachment #328329 -
Attachment description: (Av1) <utilityOverlay.xul> → (Av1) <utilityOverlay.xul>
[Checkin: Comment 6]
Assignee | ||
Comment 7•17 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.2pre) Gecko/2008070902 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
V.Fixed
Status: RESOLVED → VERIFIED
Flags: in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•