[Webkit-unassigned] [Bug 120862] New: MouseEnter and MouseLeave may be emitted on Document nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 6 09:00:37 PDT 2013


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

           Summary: MouseEnter and MouseLeave may be emitted on Document
                    nodes
           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: allan.jensen at digia.com


Only Elements can be targets of mouse-events, which means emitting mouseenter or mouseleave on a document node is a mistake.

This bug was noticed when cleaning up the overgeneric use of Nodes and replacing them with Elements in Document::updateHoverActiveState.

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