#827 closed bug (fixed)
.click() fires event in both ie and ff, but actually changes the "checked"
Reported by: | ShockSMX | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.1 |
Component: | event | Version: | 1.1 |
Keywords: | browser dependent | Cc: | |
Blocked by: | Blocking: |
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>
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev 1137.