Modal dialog loses radio button value upon launch in IE6
Hello,
I'm using jQuery 1.3.2 and jQuery UI 1.7.2 in IE6 and I'm currently experiencing a problem with modal dialogs.
In a nutshell, I'm trying to launch a (confirmation) modal dialog when a radio button value in my main dialog is changed. The dialog itself launches fine; however, in the process, the changed radio button value in the main dialog is lost (i.e., it goes from checked prior to launching the confirm dialog to unchecked immediately after the dialog('open') call is made). If I change the 'modal' option to 'false', the radio button value
is actually retained correctly; unfortunatley, I need things to be modal, so I'm trying to figure out a) if this is a defect in jQuery UI 1.7.2, and b) if there are any potential work-arounds to this in the meantime.
Looking at previous jQuery defect tickets, the above behavior seems to have been fixed in an earlier version of jQuery. Check out the following link:
Does anyone have any ideas on how to work around this issue? I know I could probably use the normal JavaScript confirm() method here, but I'm trying to stay within the jQuery UI framework as much as possible. Thanks so much for reading my post and for any suggestions you have here-
Greg