Closed
Bug 447736
Opened 17 years ago
Closed 17 years ago
Event target not necessarily cleared when re-dispatching
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file)
3.45 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Silly me, forgot to add event target clearance in bug 412567.
So when re-dispatching a dom event we can't support special targets.
Patch (will be 2 lines) and tests coming.
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #331051 -
Flags: superreview?(bzbarsky)
Attachment #331051 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 331051 [details] [diff] [review]
clear event targets when redispatching
And yes, the patch is longer than 2 lines :)
![]() |
||
Comment 3•17 years ago
|
||
Comment on attachment 331051 [details] [diff] [review]
clear event targets when redispatching
r+sr=bzbarsky
Attachment #331051 -
Flags: superreview?(bzbarsky)
Attachment #331051 -
Flags: superreview+
Attachment #331051 -
Flags: review?(bzbarsky)
Attachment #331051 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•