Bug 66285

Summary: Implement proper handling of events which happen in children of shadow hosts
Product: WebKit Reporter: Hayato Ito <hayato>
Component: UI EventsAssignee: Hayato Ito <hayato>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, dominicc, morrita, rolandsteiner, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 59805    
Attachments:
Description Flags
fix. none

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
Hayato Ito
Comment 1 2011-08-16 04:11:11 PDT
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.