Widgets: ComboBox/HorizontalFlowPane: When contained in window - only first
combBox listItem is selectable
----------------------------------------------------------------------------------------------------------
Key: XAP-147
URL: http://issues.apache.org/jira/browse/XAP-147
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Matt Carbone
Priority: Critical
under the following configuration, selecting any listItem other than the first
one will not display in the comboBox textField
<xal:window>
<xal:horizontalFlowPane>
<xal:label text="Select Address Book: " />
<xal:comboBox id="cmbx_select_book" >
<xal:listBox selectionMode="singleRow">
<xal:listItem text="Nexaweb" value="0" />
<xal:listItem text="Home" value="1" />
<xal:listItem text="Other" value="2" />
</xal:listBox>
</xal:comboBox>
</xal:horizontalFlowPane>
</xal:window>
<xal:window>
<xal:horizontalFlowPane width="500px" height="500px"
borderStyle="solid" borderColor="red" borderWidth="2">
<xal:label text="Select Address Book: " />
<xal:comboBox width="300px" id="cmbx_select_book2" >
<xal:listBox width="300px" selectionMode="singleRow">
<xal:listItem text="Nexaweb" />
<xal:listItem text="Home" />
<xal:listItem text="Other" />
</xal:listBox>
</xal:comboBox>
</xal:horizontalFlowPane>
</xal:window>
--
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