Closed
Bug 323539
Opened 19 years ago
Closed 19 years ago
JS warning opening MailNews / selecting folders
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: stefanh, Assigned: stefanh)
References
Details
(4 keywords)
Attachments
(1 file)
1.32 KB,
patch
|
neil
:
review+
neil
:
superreview+
iannbugzilla
:
approval-seamonkey1.1a+
|
Details | Diff | Splinter Review |
Opening MailNews produces a warning in the JS console, same warning occurs everytime you select a folder in the folder pane:
"Warning: reference to undefined property nsMsgViewType.eSearch
Source File: chrome://messenger/content/commandglue.js
Line: 684"
This does not happen on trunk builds.
Karsten/Neil, iirc you know about this (and the cause)? Dupe away if this is already filed ;)
Comment 1•19 years ago
|
||
I forgot the review comment to bug 241212 when checking into the branches :-[
Assignee | ||
Comment 2•19 years ago
|
||
OK, this should fix the warning (eSearch --> eShowSearch).
Assignee: mail → stefanh
Status: NEW → ASSIGNED
Attachment #208580 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #208580 -
Flags: review?(neil.parkwaycc.co.uk)
Comment 3•19 years ago
|
||
Comment on attachment 208580 [details] [diff] [review]
1.8.0 patch
Although seeing as I did get it right on the trunk I should be able to check this in on the branches with the original r/sr/as.
Attachment #208580 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #208580 -
Flags: superreview+
Attachment #208580 -
Flags: review?(neil.parkwaycc.co.uk)
Attachment #208580 -
Flags: review+
Attachment #208580 -
Flags: approval-seamonkey1.1+
Assignee | ||
Comment 5•19 years ago
|
||
(In reply to comment #4)
> Don't forget this can go on the 1.8 branch as well Stefan.
I think Neil ment that the patch already has approval on both branches, since the original patch was approved.
Comment 6•19 years ago
|
||
Fix checked in on both branches. Do we need flags for this?
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Keywords: fixed-seamonkey1.0
Whiteboard: fixed-seamonkey1.0
Updated•18 years ago
|
Keywords: fixed-seamonkey1.1a
You need to log in
before you can comment on or make changes to this bug.
Description
•