Bug Tracker

Ticket #827 (closed bug: fixed)

Opened 2 years ago

Last modified 1 year ago

.click() fires event in both ie and ff, but actually changes the "checked"

Reported by: ShockSMX Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.1 Component: event
Version: 1.1 Keywords: browser dependent
Cc: Needs:

Description

The checkbox in the code snippet below stays unchecked in IE6&7, but is checked in FF2. This seems inconsistent.

<input id="cbx" type="checkbox" /> <script type="text/javascript"> $('#cbx').bind('click',function(){}).click(); </script>

Attachments

Change History

Changed 2 years ago by john

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN rev 1137.

Note: See TracTickets for help on using tickets.