Skip to main content

Search and Top Navigation

#3611 closed bug (fixed)

Opened November 19, 2008 09:47PM UTC

Closed April 27, 2011 09:01PM UTC

Last modified April 27, 2011 09:08PM UTC

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.

Attachments (0)
Change History (6)

Changed November 30, 2008 01:45PM UTC by jzaefferer comment:1

resolution: → invalid
status: newclosed

Invalid, not related to jQuery UI. Use the jQuery bugtracker instead: http://dev.jquery.com/newticket

Changed November 30, 2008 01:45PM UTC by jzaefferer comment:2

milestone: TBD1.6
resolution: invalid
status: closedreopened

Whoops, nevermind.

Changed March 08, 2009 02:44PM UTC by rdworth comment:3

milestone: 1.71.8

Changed March 11, 2011 07:08AM UTC by gnarf comment:4

_comment0: http://jsfiddle.net/eGgvw/4/ -- This is an issue with {{{.wrap()}}} in Core...1299828156519023
_comment1: http://jsfiddle.net/eGgvw/6/ -- This is an issue with {{{.wrap()}}} in Core... http://bugs.jquery.com/ticket/85001303025906622528

http://jsfiddle.net/eGgvw/6/ -- This is an issue with

.wrap()
etc in Core...

See: http://bugs.jquery.com/ticket/8060#comment:16 for the jQuery bug and a pull request

For history sake, http://bugs.jquery.com/ticket/8500 is a duplicate of 8060, but some good discussion here.

Changed April 27, 2011 09:01PM UTC by gnarf comment:5

resolution: → fixed
status: reopenedclosed

Changed April 27, 2011 09:08PM UTC by scottgonzalez comment:6

milestone: 1.91.5.2