[
https://issues.apache.org/jira/browse/XAP-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Gagne resolved XAP-146.
---------------------------
Resolution: Won't Fix
horizontalFlowPane is obsolete.
> Widgets: ComboBox/HorizontalFlowPane: textField in comboBox displays
> incorrect text value for selected Item
> -----------------------------------------------------------------------------------------------------------
>
> Key: XAP-146
> URL: https://issues.apache.org/jira/browse/XAP-146
> Project: XAP
> Issue Type: Bug
> Components: Widgets: Other
> Reporter: Matt Carbone
>
> ComboBox contained in horizontalFlowPane seems to have an issue displaying
> selected text in the textField. A portion of the text is cut off, and the
> textField appears to not understand the width attributes of the flowPane or
> the actual component.
> <xal:freePane height="100%" width="100%">
> <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_book1" >
> <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:freePane >
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.