Closed
Bug 250352
Opened 21 years ago
Closed 21 years ago
DOM 2 Mutation events no longer working
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 250230
People
(Reporter: bugzilla, Unassigned)
References
()
Details
(Keywords: testcase)
While trying the demo page at the provided URL with Mozilla 1.8a2 build
2004070707, I no longer see the alert reporting the attributes and values of the
mutation events. But if I try Firefox 0.9.1 build 20040706 rv 1.8a2, I get the
alert and see the correct, expected values.
This must be a recent regression. Can anyone confirm all this?
Comment 1•21 years ago
|
||
Yes, I can confirm. It does work with a 2004-07-01 build (getting alerts), but
it doesn't work with a 2004-07-07 build (not getting alerts). Maybe caused by
the patch for fixing 171366?
Comment 2•21 years ago
|
||
I bet this was caused by bug 171366, specifically the null check for aPresShell
in nsGenericHTMLElement::HandleDOMEvent(). This problem was already fixed as
part of bug 250230. Duping.
*** This bug has been marked as a duplicate of 250230 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•