Bug Tracker

Ticket #1404 (closed bug: duplicate)

Opened 1 year ago

Last modified 1 year ago

Radio buttons are unchecked when parent element is shown via show() in IE 6

Reported by: brockweaver Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.1.4 Component: core
Version: 1.1.3 Keywords: visible form radio button
Cc: Needs: Review

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

example_error.html (1.9 kB) - added by brockweaver 1 year ago.
HTML describing and test harness for testing fix of radio buttons becoming unchecked in IE 6

Change History

Changed 1 year ago by brockweaver

HTML describing and test harness for testing fix of radio buttons becoming unchecked in IE 6

Changed 1 year ago by brockweaver

I apologize, this is a dupe of #1095.

Changed 1 year ago by brandon

  • status changed from new to closed
  • resolution set to duplicate
Note: See TracTickets for help on using tickets.