#7950 closed bug (worksforme)
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.
Change History (3)
comment:1 Changed 11 years ago by
Component: | ui.core → ui.dialog |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:2 Changed 11 years ago by
I think my problem is related to http://bugs.jqueryui.com/ticket/5466 I'm having the same problem at this another description too.
Works for me: http://jsfiddle.net/VcPXM/