Bug 12837 - Adding event listener on parent during bubbling event dispatch should not fire parent
Summary: Adding event listener on parent during bubbling event dispatch should not fir...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-21 00:30 PST by Eric Seidel (no email)
Modified: 2008-11-28 13:18 PST (History)
3 users (show)

See Also:


Attachments
test case (340 bytes, text/html)
2007-02-21 00:31 PST, Eric Seidel (no email)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-02-21 00:30:43 PST
Adding event listener on parent during bubbling event dispatch should not fire parent

At least FireFox and IE don't allow this.

See example.

Even if it's decided that this "test" is wrong, the inverse test should be added to the repository.
Comment 1 Eric Seidel (no email) 2007-02-21 00:31:32 PST
Created attachment 13289 [details]
test case

demonstrates the bug.  Compare behavior between Firefox, IE and Safari.
Comment 2 Alexey Proskuryakov 2008-11-28 13:18:52 PST
Firefox 3 says "FAILURE", too. Eric, would you be willing to prepare the test for landing?