Bug 49986 - Default event handlers should also be using event retargeting.
Summary: Default event handlers should also be using event retargeting.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on: 50396
Blocks: 46015
  Show dependency treegraph
 
Reported: 2010-11-23 12:11 PST by Dimitri Glazkov (Google)
Modified: 2010-12-03 10:47 PST (History)
2 users (show)

See Also:


Attachments
Hasn't run tests yet. (4.24 KB, patch)
2010-11-23 12:13 PST, Dimitri Glazkov (Google)
no flags Details | Formatted Diff | Diff
Patch (5.29 KB, patch)
2010-11-23 14:22 PST, Dimitri Glazkov (Google)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.