Closed
Bug 1187848
Opened 9 years ago
Closed 9 years ago
blur doesn't dispatch when a node is removed
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 559561
People
(Reporter: annevk, Unassigned)
Details
Simple test:
<p>x<input onblur=alert(1) onfocus=this.parentNode.remove()>
Note that I'm not sure we want to fire blur synchronously, as that would effectively revive mutation events.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Assignee | ||
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
•