[Webkit-unassigned] [Bug 52065] New: Chrome fires jQuery mouseenter/leave events from bubbled up mouse events on child input fields

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 7 09:23:15 PST 2011


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

           Summary: Chrome fires jQuery mouseenter/leave events from
                    bubbled up mouse events on child input fields
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://jsfiddle.net/qs9f2/
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jvingiano at gmail.com


Other browsers tested: 
     Safari 5.0.3: OK
     Firefox 3.6.13: OK
     Opera 10.63: OK
     Opera 11: OK
     Rockmelt 0.8.40.147: OK

What steps will reproduce the problem?
1. Create a div with an <input> as a child element. 
2. Attach a mouseenter/leave event to this div.
3. Chrome will see a mouse over of the child input as a mouseleave event, even though it is a child of the parent <div>

What is the expected result?

Expected that Chrome will not consider mousing over the child <input> field as a mouseleave event of the parent div.

What happens instead?

Chrome considers the mousing over the child <input> as a mouseleave event even though it is not.

Please provide any additional information below. Attach a screenshot if
possible.

http://jsfiddle.net/qs9f2/
http://bugs.jquery.com/ticket/7729

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