WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
66285
Implement proper handling of events which happen in children of shadow hosts
https://bugs.webkit.org/show_bug.cgi?id=66285
Summary
Implement proper handling of events which happen in children of shadow hosts
Hayato Ito
Reported
2011-08-16 02:30:07 PDT
A shadow host wrongly stops an event propagation if an event target is an element of its child and the related target is the shadow host itself. For example, suppose the following details/summary elements. <details> <summary>summary</summary> details </details> When a mouse moves from <summary> to <details>, we should not stop event propagation at <details> element and the event should bubble up.
Attachments
fix.
(10.16 KB, patch)
2011-08-16 04:11 PDT
,
Hayato Ito
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Hayato Ito
Comment 1
2011-08-16 04:11:11 PDT
Created
attachment 104021
[details]
fix.
WebKit Review Bot
Comment 2
2011-08-16 17:57:46 PDT
Comment on
attachment 104021
[details]
fix. Clearing flags on attachment: 104021 Committed
r93184
: <
http://trac.webkit.org/changeset/93184
>
WebKit Review Bot
Comment 3
2011-08-16 17:57:50 PDT
All reviewed patches have been landed. Closing bug.
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