Bug 88248 - Buttons in Shadow DOM appear inert
Summary: Buttons in Shadow DOM appear inert
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://jsfiddle.net/dglazkov/KeRXd/
Keywords:
Depends on:
Blocks: 63606
  Show dependency treegraph
 
Reported: 2012-06-04 12:53 PDT by Dimitri Glazkov (Google)
Modified: 2012-06-05 08:32 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2012-06-04 12:53:21 PDT
They still fire all the events, but they don't react to the actual user hovering/clicking on them.
Comment 1 Shinya Kawanaka 2012-06-05 01:42:06 PDT
Let me check it.
Comment 2 Shinya Kawanaka 2012-06-05 01:57:56 PDT
Dimitri,

Really?
I tried this in the latest trunk, both input[type="button"] and button element work...
Comment 3 Shinya Kawanaka 2012-06-05 02:42:32 PDT
(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?
Comment 4 Dimitri Glazkov (Google) 2012-06-05 06:54:50 PDT
Yay! It looks like it's been fixed recently. I need to verify one more time and then will close this bug.
Comment 5 Dimitri Glazkov (Google) 2012-06-05 08:32:54 PDT
It's been fixed.