Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 Scott González

Component: ui.coreui.dialog
Resolution: worksforme
Status: newclosed

comment:2 Changed 11 years ago by saulotoledo

I think my problem is related to http://bugs.jqueryui.com/ticket/5466 I'm having the same problem at this another description too.

comment:3 Changed 11 years ago by saulotoledo

Confirmed. The fix at bug 5466 solves my problem.

Note: See TracTickets for help on using tickets.