Search and Top Navigation
#7950 closed bug (worksforme)
Opened December 13, 2011 07:42PM UTC
Closed December 13, 2011 07:46PM UTC
Last modified December 14, 2011 11:54AM UTC
Radio buttons problem at modal
Reported by: | saulotoledo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I'm with a problem here with UI modal and I think it's a jquery bug: Inside a modal I have radio buttons. If I click in a radio button I can't change their value. For example, I have:
( ) option 1
( ) option 2
( ) option 3
If I check "option 1" I'm unable to click at option 2 or 3, the value can't change.
Use "$('#inputId').trigger('click'); " don't works too.
Another example can be obtained trying put this jQuery plugin inside a modal:
http://boedesign.com/demos/imagetick/
The plugin can't change the radio buttons chacked state.
Attachments (0)
Change History (3)
Changed December 13, 2011 07:46PM UTC by comment:1
component: | ui.core → ui.dialog |
---|---|
resolution: | → worksforme |
status: | new → closed |
Changed December 14, 2011 11:49AM UTC by comment:2
I think my problem is related to http://bugs.jqueryui.com/ticket/5466
I'm having the same problem at this another description too.
Changed December 14, 2011 11:54AM UTC by comment:3
Confirmed. The fix at bug 5466 solves my problem.
Works for me: http://jsfiddle.net/VcPXM/