Closed
Bug 386350
Opened 18 years ago
Closed 18 years ago
Sunbird fails to open several dialogs (Error: illegal character in applicationUtil.js)
Categories
(Calendar :: Sunbird Only, defect)
Calendar
Sunbird Only
Tracking
(Not tracked)
VERIFIED
FIXED
0.7
People
(Reporter: ssitter, Assigned: ssitter)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
1.20 KB,
patch
|
mvl
:
review+
|
Details | Diff | Splinter Review |
Using Sunbird 0.5pre (2007062823) I can't open several dialogs, e.g. Help -> About, Help -> Release Notes ...
Error Console shows:
Error: illegal character
Source File: chrome://calendar/content/applicationUtil.js
Line: 46
Source Code:
#ifdef XP_MACOSX
Error: openAboutDialog is not defined
Source File: chrome://calendar/content/calendar.xul
Line: 1
Error: launchBrowser is not defined
Source File: chrome://calendar/content/calendar.js
Line: 450
Seems the file is not getting preprocessed. Caused by Bug 346762 that added applicationUtil.js in a new place.
Assignee | ||
Comment 1•18 years ago
|
||
Assignee: nobody → ssitter
Status: NEW → ASSIGNED
Attachment #270348 -
Flags: review?(michael.buettner)
Assignee | ||
Updated•18 years ago
|
Comment 2•18 years ago
|
||
Patch should fix the issue. Sorry for missing the one remaining #ifdef and removing the pre-processing.
Comment 3•18 years ago
|
||
Comment on attachment 270348 [details] [diff] [review]
bustage fix, preprocess applicationUtil.js
r=mvl
Attachment #270348 -
Flags: review?(michael.buettner) → review+
Comment 4•18 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Target Milestone: --- → 0.7
Comment 6•18 years ago
|
||
VERIFIED with Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7pre) Gecko/20070824 Calendar/0.7pre.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•