[ http://issues.apache.org/jira/browse/XAP-22?page=comments#action_12458189 
] 
            
Turyn, Michael commented on XAP-22:
-----------------------------------

But within XAP?

"
group  
 Defines the group this toggle
                button belongs to. Only one button within a button group (a set 
of buttons with the same group name)
               can be selected at a time. 
"

It's a little ambiguous, but it looks like putting buttons into a group  means 
that you want  exactly one button selected.

Suggestion:  close this one, put in an improvement request for a specific 
method on radio buttons that::
             1.) sets the button state to "selected==false"
              2.) if the button is in a group, specifies which other button in 
the group should be selected.

Work-around:  listen to  the onSelect or onStateChange event s, change the 
other buttons as desired  if one is deselected.

> Widgets: RadioButton: Unselecting a radioButton through an MCO makes the 
> button impossible to reselect.
> -------------------------------------------------------------------------------------------------------
>
>                 Key: XAP-22
>                 URL: http://issues.apache.org/jira/browse/XAP-22
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>         Assigned To: Turyn, Michael
>            Priority: Critical
>
> 1) Create a radioButton
> 2) Create a button that fires a MCO to deselect it.
> 3) Select the radioButton by clicking on it. 
> 4) Deselect it with the MCO.
> 5) Click on it again. It doesn't reselect.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to