RESOLVED FIXED 61979
Prevent event dispatch for events with related target when host is the target.
https://bugs.webkit.org/show_bug.cgi?id=61979
Summary Prevent event dispatch for events with related target when host is the target.
Dimitri Glazkov (Google)
Reported 2011-06-02 16:45:40 PDT
Prevent event dispatch for events with related target when host is the target.
Attachments
Patch (6.85 KB, patch)
2011-06-02 16:51 PDT, Dimitri Glazkov (Google)
darin: review+
Dimitri Glazkov (Google)
Comment 1 2011-06-02 16:51:48 PDT
Darin Adler
Comment 2 2011-06-02 17:47:41 PDT
Comment on attachment 95831 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=95831&action=review > Source/WebCore/dom/EventDispatcher.h:73 > + bool m_preventDispatch; Normally it’s best to avoid using a verb phrase for a data member, even a boolean one. Perhaps m_shouldPreventDispatch.
Dimitri Glazkov (Google)
Comment 3 2011-06-03 09:26:23 PDT
Note You need to log in before you can comment on or make changes to this bug.