You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org> on 2006/12/27 21:30:21 UTC

[jira] Resolved: (XAP-147) Widgets: ComboBox/HorizontalFlowPane: When contained in window - only first combBox listItem is selectable

     [ http://issues.apache.org/jira/browse/XAP-147?page=all ]

Turyn, Michael resolved XAP-147.
--------------------------------

    Resolution: Fixed

Forced a redisplay of the select element by removing and re-appending it on select.  Tricky, but the only way we can invalidate the rectangle here.

> 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