#3611 closed bug (fixed)
Animation clears radio button's CHECKED attribute in IE
Reported by: | brostbeef | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.5.2 |
Component: | ui.effects.core | Version: | 1.5.2 |
Keywords: | radio button | Cc: | |
Blocked by: | Blocking: |
Description
I have a <DIV> container which contains radio buttons. When I toggle/show/hide that container with options, the radio buttons are cleared in IE, but not in Firefox.
Example of what works: $('#lp_del').click( function () {
$('#sp_ded').toggle( );
});
Example of what doesn't: $('#lp_del').click( function () {
$('#sp_ded').toggle( "blind", { direction: "horizontal" }, 500 );
});
The <DIV> container sp_ded hides, but before it does, the CHECKED radio button is first unchecked. When container reappears, the radio button is still unchecked. However, in Firefox, the container remains checked all the way through.
Remember, the radio button is left alone if no options are given for toggle/show/hide, but unchecked when options are given.
Change History (6)
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Milestone: | TBD → 1.6 |
---|---|
Resolution: | invalid |
Status: | closed → reopened |
Whoops, nevermind.
comment:3 Changed 15 years ago by
Milestone: | 1.7 → 1.8 |
---|
comment:4 Changed 13 years ago by
http://jsfiddle.net/eGgvw/4/ -- This is an issue with .wrap()
in Core...
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:6 Changed 12 years ago by
Milestone: | 1.9 → 1.5.2 |
---|
Invalid, not related to jQuery UI. Use the jQuery bugtracker instead: http://dev.jquery.com/newticket