Closed
Bug 76873
Opened 24 years ago
Closed 24 years ago
crash on appending element in the event handler of a mutation event
Categories
(Core :: DOM: Events, defect)
Tracking
()
CLOSED
INVALID
People
(Reporter: vladimire, Assigned: joki)
Details
If you have a DOMNodeInserted event listener that calls appendChild Netscape 6
crashes. I thought this might be because there is an infinite loop and event
handler is calling itself, and maybe it is so, but I did add a flag to check
whether the event has been called or not, and it is still crashing.
To reproduce open the attached testcase and click the button. Watch it crash.
Reporter | ||
Comment 1•24 years ago
|
||
sorry, connection was slow didnt know submited
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Reporter | ||
Updated•24 years ago
|
Status: RESOLVED → CLOSED
Reporter | ||
Comment 2•24 years ago
|
||
closing
You need to log in
before you can comment on or make changes to this bug.
Description
•