WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dimitri Glazkov (Google)
Comment 1
2011-06-02 16:51:48 PDT
Created
attachment 95831
[details]
Patch
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
Committed
r88026
: <
http://trac.webkit.org/changeset/88026
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug