Closed
Bug 17345
Opened 25 years ago
Closed 25 years ago
[CRASH] Loading my.yahoo.com crashes browser
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: cpratt, Assigned: vidur)
References
()
Details
Build ID: 1999102708, 1999102608
Platform: Linux, Win32
To reproduce:
- Launch mozilla.exe
- Load my.yahoo.com
Result: You crash. A Talkback report is not available. The console (on
Linux at least) shows the following:
"JavaScript Error: uncaught exception: Parameter is not a boolean"
I'm not sure if this is a JavaScript bug per se. Please reassign if it isn't.
Thanks!
Updated•25 years ago
|
Assignee: mccabe → vidur
Component: Javascript Engine → DOM Level 0
Comment 2•25 years ago
|
||
This seems to come from
/dom/src/base/domerr.msg, line 44 -- DOM_MSG_DEF(NS_ERROR_DOM_NOT_BOOLEAN_ERR,
"Parameter is not a boolean")
(so saith lxr)
Reassigning to the DOM component in the hopes someone there will know what to do
with it.
Comment 3•25 years ago
|
||
Seems fixed in the build from 31.Oct, remains fixed in 2.Nov build.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•