Side navigation
#7307 closed bug (duplicate)
Opened October 25, 2010 08:43PM UTC
Closed October 25, 2010 08:58PM UTC
Last modified October 25, 2010 08:58PM UTC
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/
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!.