Side navigation
#827 closed bug (fixed)
Opened January 16, 2007 05:45PM UTC
Closed January 22, 2007 02:24AM UTC
Last modified June 19, 2007 08:49AM UTC
.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>
Attachments (0)
Change History (1)
Changed January 22, 2007 02:24AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in SVN rev 1137.