Side navigation
#1404 closed bug (duplicate)
Opened July 16, 2007 09:30PM UTC
Closed July 21, 2007 02:49PM UTC
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.
I apologize, this is a dupe of #1095.