Closed
Bug 451891
Opened 16 years ago
Closed 16 years ago
js error: missing) after argument list
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
VERIFIED
FIXED
Thunderbird 3.0a3
People
(Reporter: mkmelin, Assigned: iannbugzilla)
References
Details
(Keywords: regression)
With my self-compiled build, hitting Write does nothing.
Error: missing ) after argument list
Source File: chrome://messenger/content/mailOverlay.xul
Line: 30, Column: 44
Source Code:
Components.interfaces.nsIMsgCompType.New,
Obviously there's a missing a comma here
http://hg.mozilla.org/comm-central/index.cgi/annotate/0137db13395c/mail/base/content/mailOverlay.xul#l30
.. though adding it doesn't help. Just get
Error: uncaught exception: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 4 [nsIMsgComposeService.OpenComposeWindow]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: chrome://messenger/content/mailCommands.js :: ComposeMessage :: line 199" data: no]
I assume this is from bug 366482.
Reporter | ||
Comment 1•16 years ago
|
||
Sorry, it's not quite so severe.
The comma is missing, but composition works after i rebuilt mailnews too.
Severity: major → normal
Summary: write message is broken → js error: missing) after argument list
Comment 2•16 years ago
|
||
Will this be fixed by the additional fix on bug 366482 comment 21?
OS: Linux → All
Hardware: PC → All
Reporter | ||
Comment 4•16 years ago
|
||
Assignee: nobody → iann_bugzilla
Target Milestone: --- → Thunderbird 3.0b1
Reporter | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
Verified with Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1a2pre) Gecko/20080823025946 Shredder/3.0b1pre ID:20080823025946
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•