[Webkit-unassigned] [Bug 67594] New: :hover selector fails when hovering over a child select element with size attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 5 03:29:11 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67594

           Summary: :hover selector fails when hovering over a child
                    select element with size attribute
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit at undefinedrange.com


Created an attachment (id=106318)
 --> (https://bugs.webkit.org/attachment.cgi?id=106318&action=review)
Example html to trigger bug

When a select element has a size attribute, hovering the mouse cursor over any of its options will deactivate any ancestor element :hover rules.

Bug is not triggered if the size attribute is removed or if hovering over a part of the select element not covered by an option.

I attached a html file to demonstrate the issue. The form has a light gray background that turns dark gray when the mouse cursor hovers over it because of a simple CSS :hover rule. the form background reverts to light gray when hovering the mouse cursor over any of the select options.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list