[Webkit-unassigned] [Bug 65899] New: A mouseover/mouseout event is not dispatched when a mouse moves from a direct child node of shadow root into a sibling node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 22:31:50 PDT 2011


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

           Summary: A mouseover/mouseout event is not dispatched when a
                    mouse moves from a direct child node of shadow root
                    into a sibling node
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: dglazkov at chromium.org, rolandsteiner at chromium.org,
                    dominicc at chromium.org, morrita at google.com
            Blocks: 59805


Suppose the following Dom tree:

  <document>
    - <shadowhost> 
        .. shadowroot
             - <input> input1
             - <input> input2

When a mouse moves from input1 element into input2 element, mouseover/mouseout event should be dispatched at input2/input1 elements. But it doesn't.

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