Bug 26228

Summary: Media controls might be clickable even if hidden.
Product: WebKit Reporter: Pierre d'Herbemont <pdherbemont>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: eric.carlson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
Attachments:
Description Flags
patch v1.
none
patch v2. eric: review-

Description Pierre d'Herbemont 2009-06-05 14:40:38 PDT
Some media controls are hidden with { display: none; }. We should make sure hit test does not return true in that case..
Comment 1 Pierre d'Herbemont 2009-06-05 14:41:00 PDT
Created attachment 31012 [details]
patch v1.
Comment 2 Pierre d'Herbemont 2009-06-05 14:48:14 PDT
Created attachment 31013 [details]
patch v2.

(bugzilla id added in the changelog).
Comment 3 Eric Seidel (no email) 2009-06-06 01:21:07 PDT
Comment on attachment 31013 [details]
patch v2.

It should be possible to make a test case for this using eventSender.

r- for lack of test case.
Comment 4 Simon Fraser (smfr) 2009-06-25 11:00:38 PDT
This will be fixed by bug 26659.

*** This bug has been marked as a duplicate of 26659 ***