Bug 85854
| Summary: | [Shadow] Event dispatching from output child node is wrong | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dominic Cooney <dominicc> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | dglazkov, dominicc, hayato |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jsfiddle.net/MPJxB/ | ||
Dominic Cooney
See <http://jsfiddle.net/MPJxB/>
DOM is:
<div id="w">
{SR}
<div id="u">
<content> (selects "t")
<div id="t"> (light child of "w")
Clicking on "t" dispatches events on t, t. I would expect the event to bubble to u and w, and I would not expect the event to be dispatched on "t" twice.
Clicking on "u" dispatches events to u, w; so that _does_ bubble. Clicking on "w" dispatches on w only once. Seems fine.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Hayato Ito
Marked it as duplicate of 78586.
I think WIP patch in 78586 will resolve the issue.
*** This bug has been marked as a duplicate of bug 78586 ***
Lucas Forschler
Mass move bugs into the DOM component.