[ http://issues.apache.org/jira/browse/XAP-146?page=comments#action_12450884 ] Turyn, Michael commented on XAP-146: ------------------------------------
Changes made to allow better height/width/&c setting seem to have also cleared this up. > Widgets: ComboBox/HorizontalFlowPane: textField in comboBox displays > incorrect text value for selected Item > ----------------------------------------------------------------------------------------------------------- > > Key: XAP-146 > URL: http://issues.apache.org/jira/browse/XAP-146 > Project: XAP > Issue Type: Bug > Components: Widgets > 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. - 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
