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/02 22:06:20 UTC

[jira] Created: (XAP-49) Widgets: ListBox: A listBox with selectionMode = singleRow is rendered as a comboBox.

Widgets: ListBox: A listBox with selectionMode = singleRow is rendered as a comboBox.
-------------------------------------------------------------------------------------

                 Key: XAP-49
                 URL: http://issues.apache.org/jira/browse/XAP-49
             Project: XAP
          Issue Type: Bug
          Components: Widgets
            Reporter: Trevor Oldak


For both listBox and comboBox, the same HTML SELECT element is used. When the size attribute is more than 1, the browser displays a listBox. With size 1, it displays a omboBox.
The singleRow versus multiRow issue in SELECT elements can be done with the 'multiple' attribute.

-- 
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] Closed: (XAP-49) Widgets: ListBox: A listBox with selectionMode = singleRow is rendered as a comboBox.

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

Trevor Oldak closed XAP-49.
---------------------------


> Widgets: ListBox: A listBox with selectionMode = singleRow is rendered as a comboBox.
> -------------------------------------------------------------------------------------
>
>                 Key: XAP-49
>                 URL: http://issues.apache.org/jira/browse/XAP-49
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>
> For both listBox and comboBox, the same HTML SELECT element is used. When the size attribute is more than 1, the browser displays a listBox. With size 1, it displays a omboBox.
> The singleRow versus multiRow issue in SELECT elements can be done with the 'multiple' attribute.

-- 
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-49) Widgets: ListBox: A listBox with selectionMode = singleRow is rendered as a comboBox.

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

James Margaris resolved XAP-49.
-------------------------------

    Resolution: Fixed

I believe this was fixed recently.

> Widgets: ListBox: A listBox with selectionMode = singleRow is rendered as a comboBox.
> -------------------------------------------------------------------------------------
>
>                 Key: XAP-49
>                 URL: http://issues.apache.org/jira/browse/XAP-49
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>
> For both listBox and comboBox, the same HTML SELECT element is used. When the size attribute is more than 1, the browser displays a listBox. With size 1, it displays a omboBox.
> The singleRow versus multiRow issue in SELECT elements can be done with the 'multiple' attribute.

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