#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: | |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 12 years ago by
Keywords: | mouseenter live delegate added |
---|---|
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
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!.