Bug Tracker

Modify

Ticket #7307 (closed bug: duplicate)

Opened 3 years ago

Last modified 3 years ago

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/

This might be related to #6880 or #6514.

Change History

comment:1 Changed 3 years ago by addyosmani

  • Keywords mouseenter live delegate added
  • Priority changed from undecided to low
  • Status changed from new to closed
  • Resolution set to duplicate

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

comment:2 Changed 3 years ago by addyosmani

Duplicate of #6880.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.