Skip to main content

Bug Tracker

Side navigation

#6070 closed bug (duplicate)

Opened February 10, 2010 10:05PM UTC

Closed February 10, 2010 10:13PM UTC

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:
Blocked by: Blocking:
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.

Attachments (0)
Change History (1)

Changed February 10, 2010 10:13PM UTC by john comment:1

resolution: → duplicate
status: newclosed

Duplicate of #5851, which is already fixed.