Closed
Bug 234722
Opened 22 years ago
Closed 22 years ago
Should nodes removed from the DOM during an event still trigger their default action?
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: bzbarsky, Assigned: chofmann)
Details
It seems that our "testing radar" seems to be utterly unable to deal with bugs
that are not yet completely fixed but have had a partial patch checked in, so
bug 232798 has been resolved. This is the followup for the original issue
raised in that bug. Please reassign this to the default DOM owner after moving
over the relevant information from that bug, the patch, and the review requests.
Updated•22 years ago
|
OS: Linux → All
Hardware: PC → All
Summary: Should anchor nodes removed from the DOM during a click event still trigger? → Should <a href=""> elements removed from the DOM during a click event still trigger their default action?
| Reporter | ||
Comment 1•22 years ago
|
||
There are other types of anchors than <a href> (eg xlink, <area>, etc).
Summary: Should <a href=""> elements removed from the DOM during a click event still trigger their default action? → Should anchor nodes removed from the DOM during a click event still trigger their default action?
Comment 2•22 years ago
|
||
Well I suppose this really applies to all nodes and all events, not just clicks
on link events.
Summary: Should anchor nodes removed from the DOM during a click event still trigger their default action? → Should nodes removed from the DOM during an event still trigger their default action?
| Reporter | ||
Comment 3•22 years ago
|
||
Sure.
Comment 4•22 years ago
|
||
Doesn't the DOM Events spec specifically state that changes to the DOM tree
during event dispatch does *not* in any way impact the event processing? IOW,
whatever you do to the DOM tree from an event handler, it in no way changes how
the event propagates, and so on. Or did I miss the point here?
| Reporter | ||
Comment 5•22 years ago
|
||
Hmm.. yeah, I guess that applies here.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•