Closed
Bug 1241
Opened 26 years ago
Closed 26 years ago
ss:GetFirstChild crashes
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M1
People
(Reporter: jty, Assigned: vidur)
References
()
Details
When the page specified in the URL is viewed by NGLayout 10/22/98 or later
(up to and including 10/29/98). It crashes doing GetFirstChild.
This did not occur when using 10/19/98 version.
With the specified file, it crashes on the 3rd time processChildren (JS function
of mine) runs.
GetFirstChild breaks something then when doing QueryInterface.
It tries to reference memory at address 0 and crashes.
Updated•26 years ago
|
Severity: normal → critical
Comment 1•26 years ago
|
||
Upping severity since this is a crasher. I experienced it myself just recently
in a demo I was playing with.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
The test case needs to be updated. Currently, the script doesn't run. In other
cases, element.firstChild does work.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•