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 "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2006/11/01 22:39:17 UTC

[jira] Created: (XAP-22) Widgets: RadioButton: Unselecting a radioButton through an MCO makes the button impossible to reselect.

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
            Reporter: Trevor Oldak


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

        

[jira] Commented: (XAP-22) Widgets: RadioButton: Unselecting a radioButton through an MCO makes the button impossible to reselect.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-22?page=comments#action_12457995 ] 
            
Turyn, Michael commented on XAP-22:
-----------------------------------

Since one button of a group has to be selected, which one should be selected when one of them is deselected?

I'd say this is less than critical.

> 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

        

[jira] Updated: (XAP-22) Widgets: RadioButton: Unselecting a radioButton through an MCO makes the button impossible to reselect.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-22?page=all ]

Turyn, Michael updated XAP-22:
------------------------------


I should have added:  I tested this using the radio button test page, using the attribute name/value text fields and button.

> 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

        

[jira] Updated: (XAP-22) Widgets: RadioButton: Unselecting a radioButton through an MCO makes the button impossible to reselect.

Posted by "Scott Boyd (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-22?page=all ]

Scott Boyd updated XAP-22:
--------------------------

    Component/s: Widgets
       Priority: Critical  (was: Major)

> 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
>            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

        

[jira] Reopened: (XAP-22) Widgets: RadioButton: Unselecting a radioButton through an MCO makes the button impossible to reselect.

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-22?page=all ]

Trevor Oldak reopened XAP-22:
-----------------------------

             
1) open the radiobutton widget example.
2) Click the first radio button, selecting it.
3) Click the button that says 'Selected = false'
4) Click the radioButton again. It does not reselect.

> 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

        

[jira] Commented: (XAP-22) Widgets: RadioButton: Unselecting a radioButton through an MCO makes the button impossible to reselect.

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/XAP-22?page=comments#action_12458144 ] 
            
Trevor Oldak commented on XAP-22:
---------------------------------

Not necessarily true, Michael.

With radio buttons, having one being selected is not enforced in Mozilla or IE.

> 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

        

[jira] Commented: (XAP-22) Widgets: RadioButton: Unselecting a radioButton through an MCO makes the button impossible to reselect.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
    [ 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

        

[jira] Resolved: (XAP-22) Widgets: RadioButton: Unselecting a radioButton through an MCO makes the button impossible to reselect.

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/XAP-22?page=all ]

Turyn, Michael resolved XAP-22.
-------------------------------

    Resolution: Fixed
      Assignee: Turyn, Michael

I think that this is actually bug XAP-23:  select/deselect weren't being written back properly.

> 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