Modify ↓
Ticket #7307 (closed bug: duplicate)
Document Mouseenter Swallows Live and Delegate Handlers
| Reported by: | zachleat | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.3 |
| Keywords: | mouseenter live delegate | Cc: | |
| Blocking: | Blocked by: |
Description
$('div').trigger('mouseover'); fails to execute handlers bound in live/delegate due to $(document).mouseenter(function() {});
I set up a jsfiddle here: http://jsfiddle.net/xjRVz/
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

You are indeed correct in saying that #6880 is related to this issue (its actually the same one). I'll be closing your ticket as a duplicate, but we'll continue the discussion about the fix for this issue in that thread instead. Thanks!.