[Webkit-unassigned] [Bug 111749] New: [CSS Regions] Mouse over an element does not trigger :hover state for parent when the element is flowed in a region

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 09:59:10 PST 2013


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

           Summary: [CSS Regions] Mouse over an element does not trigger
                    :hover state for parent when the element is flowed in
                    a region
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mibalan at adobe.com
                CC: WebkitBugTracker at adobe.com
            Blocks: 57312


In "normal flow", if an element has a :hover rule, it is applied when moving the mouse over it's children too, even if they are not geometrically inside the box of their parent (e.g. positioned elements, etc.)

However, if the children are flowed in a region while their parent is still in normal flow, the :hover state is not triggered on the parent (when moving the mouse over its children).

If both the parent and it's children are in a named flow, the :hover state gets triggered as usually.

-- 
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