Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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>
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in SVN rev 1137.