[ 
https://issues.apache.org/jira/browse/XAP-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Turyn, Michael updated XAP-457:
-------------------------------

    Attachment: XapComboBoxBridge_textAttribute.txt

Looking at the code, it would seem that "text" has never worked---it's not 
listed among the attributes for this, there's no setter method 
setTextAttribute...the attached patch should take care of that, including 
adding the text selection to the list if it's not already in it.

> Widgets: Combobox: Text attribute no longer works
> -------------------------------------------------
>
>                 Key: XAP-457
>                 URL: https://issues.apache.org/jira/browse/XAP-457
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>            Reporter: Trevor Oldak
>         Attachments: XapComboBoxBridge_textAttribute.txt
>
>
> Run the following xal. The combobox will display "List item #1" instead of 
> "ComboBox" as the default text.
>     <comboBox height="25px" text="ComboBox" width="100px" x="41px" y="81px" 
> tabOrder="2">
>       <listBox>
>         <listItem text="List Item #1"/>
>         <listItem text="List Item #2"/>
>         <listItem text="List Item #3"/>
>       </listBox>
>     </comboBox>

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

Reply via email to