Closed
Bug 4092
Opened 26 years ago
Closed 26 years ago
crash on setting HTMLLinkElement.disabled to false
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: dbaron, Assigned: joki)
References
()
Details
Norton utilities reports a crash of viewer on the above URL when it gets to the
point where it sets linkElements[i].disabled=false
If I tell it to fix the crash, things basically work, except for the issue in
bug 2926.
Updated•26 years ago
|
Assignee: vidur → joki
Comment 1•26 years ago
|
||
Tom, this is another manifestation of the "event firing on a frame causes
destruction of the frame tree causes a crash when the stack unwinds" problem.
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Verified as duplicate of 3317.
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
•