Bug 49986

Summary: Default event handlers should also be using event retargeting.
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: New BugsAssignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on: 50396    
Bug Blocks: 46015    
Attachments:
Description Flags
Hasn't run tests yet.
none
Patch none

Description Dimitri Glazkov (Google) 2010-11-23 12:11:09 PST
Default event handlers should also be using event retargeting.
Comment 1 Dimitri Glazkov (Google) 2010-11-23 12:13:07 PST
Created attachment 74686 [details]
Hasn't run tests yet.
Comment 2 Dimitri Glazkov (Google) 2010-11-23 14:22:17 PST
Created attachment 74697 [details]
Patch
Comment 3 WebKit Commit Bot 2010-11-28 22:45:53 PST
Comment on attachment 74697 [details]
Patch

Clearing flags on attachment: 74697

Committed r72783: <http://trac.webkit.org/changeset/72783>
Comment 4 WebKit Commit Bot 2010-11-28 22:45:58 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Dimitri Glazkov (Google) 2010-12-02 09:16:36 PST
I was wrong. Default event retargeting causes other problems. For instance, DOMActivate event gets fired more than once. Rethinking the approach.
Comment 6 Dimitri Glazkov (Google) 2010-12-03 10:47:39 PST
Fixed in bug 50396.