Skip to main content

Bug Tracker

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/

This might be related to #6880 or #6514.

Attachments (0)
Change History (2)

Changed October 25, 2010 08:58PM UTC by addyosmani comment:1

keywords: → mouseenter live delegate
priority: undecidedlow
resolution: → duplicate
status: newclosed

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

Changed October 25, 2010 08:58PM UTC by addyosmani comment:2

Duplicate of #6880.