Bug Tracker

Modify

Ticket #6070 (closed bug: duplicate)

Opened 3 years ago

Last modified 3 years ago

change event on checkboxes does not get triggered correctly in IE8

Reported by: mh Owned by:
Priority: Milestone: 1.4.1
Component: event Version: 1.4.1
Keywords: change IE IE8 Cc:
Blocking: Blocked by:

Description

In IE8 on checkboxes the .change() event does not get fired the first time the input is clicked.

Code: $('input[name="publish"]').change(function() {

IE8: first click does not trigger this function. second and subsequent clicks do. worked fine in 1.3.

});

Did not test it in other IE version, Firefox works fine.

Change History

comment:1 Changed 3 years ago by john

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

Duplicate of #5851, which is already fixed.

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.