[
https://issues.apache.org/jira/browse/XAP-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trevor Oldak updated XAP-457:
-----------------------------
Component/s: Widgets: Other
Description:
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>
Sorry, accidentally hit return and submitted this early
> 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
>
> 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.