Bug 88248
Summary: | Buttons in Shadow DOM appear inert | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dimitri Glazkov (Google) <dglazkov> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | dominicc, hayato, morrita, shinyak |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://jsfiddle.net/dglazkov/KeRXd/ | ||
Bug Depends on: | |||
Bug Blocks: | 63606 |
Dimitri Glazkov (Google)
They still fire all the events, but they don't react to the actual user hovering/clicking on them.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Shinya Kawanaka
Let me check it.
Shinya Kawanaka
Dimitri,
Really?
I tried this in the latest trunk, both input[type="button"] and button element work...
Shinya Kawanaka
(In reply to comment #2)
> Dimitri,
>
> Really?
> I tried this in the latest trunk, both input[type="button"] and button element work...
If you have another repro, could you give it to us?
Dimitri Glazkov (Google)
Yay! It looks like it's been fixed recently. I need to verify one more time and then will close this bug.
Dimitri Glazkov (Google)
It's been fixed.