You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "James Margaris (JIRA)" <xa...@incubator.apache.org> on 2007/06/20 20:44:25 UTC

[jira] Created: (XAP-483) Setting a selected radio button to "true" makes it "false"

Setting a selected radio button to "true" makes it "false"
----------------------------------------------------------

                 Key: XAP-483
                 URL: https://issues.apache.org/jira/browse/XAP-483
             Project: XAP
          Issue Type: Bug
          Components: Widgets: Other
            Reporter: James Margaris


Take a radiobutton group, and set the radiobutton that is already selected to selected via the XML Api. When you query the element, it returns "false" for the value of selected.

This is because the radiobutton logic tries to deselect the old button and select the new one, but gets confused because the new one is the same as the old one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (XAP-483) Setting a selected radio button to "true" makes it "false"

Posted by "James Margaris (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Margaris resolved XAP-483.
--------------------------------

    Resolution: Fixed

fixed by minor change to RadioButtonBridge

> Setting a selected radio button to "true" makes it "false"
> ----------------------------------------------------------
>
>                 Key: XAP-483
>                 URL: https://issues.apache.org/jira/browse/XAP-483
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>            Reporter: James Margaris
>
> Take a radiobutton group, and set the radiobutton that is already selected to selected via the XML Api. When you query the element, it returns "false" for the value of selected.
> This is because the radiobutton logic tries to deselect the old button and select the new one, but gets confused because the new one is the same as the old one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (XAP-483) Setting a selected radio button to "true" makes it "false"

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-483.
----------------------------


> Setting a selected radio button to "true" makes it "false"
> ----------------------------------------------------------
>
>                 Key: XAP-483
>                 URL: https://issues.apache.org/jira/browse/XAP-483
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>            Reporter: James Margaris
>
> Take a radiobutton group, and set the radiobutton that is already selected to selected via the XML Api. When you query the element, it returns "false" for the value of selected.
> This is because the radiobutton logic tries to deselect the old button and select the new one, but gets confused because the new one is the same as the old one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.