Bug 66285 - Implement proper handling of events which happen in children of shadow hosts
Summary: Implement proper handling of events which happen in children of shadow hosts
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on:
Blocks: 59805
  Show dependency treegraph
 
Reported: 2011-08-16 02:30 PDT by Hayato Ito
Modified: 2011-08-16 17:57 PDT (History)
5 users (show)

See Also:


Attachments
fix. (10.16 KB, patch)
2011-08-16 04:11 PDT, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 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.
Comment 1 Hayato Ito 2011-08-16 04:11:11 PDT
Created attachment 104021 [details]
fix.
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2011-08-16 17:57:50 PDT
All reviewed patches have been landed.  Closing bug.