Search and Top Navigation
#5588 closed bug (notabug)
Opened May 06, 2010 02:44PM UTC
Closed August 23, 2010 06:12PM UTC
Last modified October 11, 2012 09:15PM UTC
jQuery UI preventing correct serialization in IE7
Reported by: | john_nye | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.core | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery UI prevents correct serialization of radio buttons in fieldsets that have the CSS rule 'display: none;' the button is serialized however the default value is serialized rather than the users selected value.
Only noticed in IE7 assuming similar behaviour in IE6
Tested with jquery 1.4.1 and 1.4.2, and 1.3.1 with jQuery UI of 1.7.2 (1.3) and 1.8.1(1.4.x)
test page can be found at http://nimbleworks.co.uk/test.html
Test page is gone. No idea how jQuery UI is supossed to interfere with serialization.