Bug Tracker

Modify

Ticket #10145 (closed bug: duplicate)

Opened 21 months ago

Last modified 21 months ago

.live() different behavior than .bind() with disabled element

Reported by: Dave Stein <be.davestein@…> Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.2
Keywords: Cc:
Blocking: Blocked by:

Description

I have three fiddles to accurately show this problem.

1.4.4 working with live  http://jsfiddle.net/davestein/ENHfv/ 1.6.2 working with bind  http://jsfiddle.net/davestein/e4Nnh/ 1.6.2 NOT working with live  http://jsfiddle.net/davestein/t6mHw/

Change History

comment:1 Changed 21 months ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

Browsers don't treat this case consistently, see the duplicate ticket and the one referenced there. We can't force the browser to fire native events in these cases so we normalized it to not fire on disabled elements.

comment:2 Changed 21 months ago by dmethvin

Duplicate of #8389.

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.