RESOLVED FIXED 89407
[Shadow DOM] An upper boundary breaks if a child node of an insertion point is clicked.
https://bugs.webkit.org/show_bug.cgi?id=89407
Summary [Shadow DOM] An upper boundary breaks if a child node of an insertion point i...
Hayato Ito
Reported 2012-06-18 18:33:46 PDT
Suppose the following case: <div id='shadow-host'> - <shadow-root> <content> <div id='fallback'>fallback which is not used.</div> </content> <div id='light-child'>light-child</div> </div> If we click '#fallback' element, an event listener on #shadow-host can see #fallback element through event.target, which breaks an upper boundary of Shadow DOM.
Attachments
fix (8.01 KB, patch)
2012-06-19 11:27 PDT, Hayato Ito
no flags
Hayato Ito
Comment 1 2012-06-19 11:27:45 PDT
WebKit Review Bot
Comment 2 2012-06-19 14:20:41 PDT
Comment on attachment 148368 [details] fix Clearing flags on attachment: 148368 Committed r120754: <http://trac.webkit.org/changeset/120754>
WebKit Review Bot
Comment 3 2012-06-19 14:20:45 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.