Closed
Bug 74473
Opened 24 years ago
Closed 24 years ago
js error when clicking on the column picker
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sspitzer, Assigned: sspitzer)
Details
Attachments
(1 file)
1.07 KB,
patch
|
Details | Diff | Splinter Review |
JavaScript error:
chrome://global/content/outlinerBindings.xml#columnpicker.buildPopup() line 7:
currCol has no properties
here comes the fix...
Reporter | ||
Comment 1•24 years ago
|
||
Comment 3•24 years ago
|
||
r=hwaara
Assignee | ||
Comment 4•24 years ago
|
||
fixed.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
seth: does this really fix the bug? that whole section is wrapped in a
while(currCol), so i thought that would ensure currCol was valid... i have a
merge conflict with you in that file, so i'm just checking :)
let me know, thanks!
Comment 6•24 years ago
|
||
Branch build 2001-07-16-04: Linux RH 6.2, WinMe
I was able to see the js error on my linux system because I had a build from
2001-04-02. Then I loaded the 2001-07-16 branch build and there was no js error.
On windows I just made sure that the js error did not appear with 7/16 branch
build.
Verified Fixed.
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
•