Opened 16 years ago
Closed 16 years ago
#1404 closed bug (duplicate)
Radio buttons are unchecked when parent element is shown via show() in IE 6
Reported by: | brockweaver | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | core | Version: | 1.1.3 |
Keywords: | visible form radio button | Cc: | |
Blocked by: | Blocking: |
Description
Checked radio buttons lose their checked state when a containing element is shown via show() and animation is used (e.g. show('fast') or show('slow')) in IE 6. Does not occur in FF2. Using DOCTYPE XHTML 1.0 Transitional. Commenting out line 404 in jquery-1.1.3.1.js causes just the opposite behavior -- FF2 loses checked state while IE6 does not.
See attached file for an example.
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | example_error.html added |
---|
comment:2 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
HTML describing and test harness for testing fix of radio buttons becoming unchecked in IE 6