Closed
Bug 73551
Opened 24 years ago
Closed 24 years ago
js warnings in msgMail3PaneWindow.js and msgViewNavigation.js
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
Attachments
(1 file)
|
1.78 KB,
patch
|
Details | Diff | Splinter Review |
these are probably covered in other bugs, but I need a place to attach my patch.
| Assignee | ||
Comment 1•24 years ago
|
||
here comes a patch
Status: NEW → ASSIGNED
Summary: js warnings → js warnings in msgMail3PaneWindow.js
and msgViewNavigation.js
| Assignee | ||
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
It's kind of hard to review this bug w/o the errors reported.
Why are you removing the 'outlinerview' variable? That is used a few lines below.
Summary: js warnings in msgMail3PaneWindow.js
and msgViewNavigation.js → js warnings in msgMail3PaneWindow.jsand msgViewNavigation.js
| Assignee | ||
Comment 4•24 years ago
|
||
hwaara, the variable is defined and assigned a few lines up.
I'll provide the js warnings this afternoon.
Summary: js warnings in msgMail3PaneWindow.jsand msgViewNavigation.js → js warnings in msgMail3PaneWindow.js and msgViewNavigation.js
Comment 5•24 years ago
|
||
Ah, I checked LXR and now I see. r=hwaara
| Assignee | ||
Comment 6•24 years ago
|
||
here are the warnings:
JavaScript strict warning:
chrome://messenger/content/msgViewNavigation.js line 107: function
CrossFolderNavigation does not always return a value
JavaScript strict warning:
chrome://messenger/content/msgViewNavigation.js line 171: function
CrossFolderNavigation does not always return a value
WARNING: waaah!, file nsXULPrototypeDocument.cpp, line 523
JavaScript strict warning:
chrome://messenger/content/msgMail3PaneWindow.js line 206: redeclaration of var
outlinerView
| Assignee | ||
Comment 7•24 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Using 2001-04-04 on windows and ran app with 3-pane window, navigating to Next
folder with next Unread button while console was up and did not see the js
warnings. Verified.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•