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 "Matt Carbone (JIRA)" <xa...@incubator.apache.org> on 2006/11/17 16:31:37 UTC

[jira] Created: (XAP-146) Widgets: ComboBox/HorizontalFlowPane: textField in comboBox displays incorrect text value for selected Item

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

        

[jira] Resolved: (XAP-146) Widgets: ComboBox/HorizontalFlowPane: textField in comboBox displays incorrect text value for selected Item

Posted by "Rob Gagne (JIRA)" <xa...@incubator.apache.org>.
     [ 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.


[jira] Commented: (XAP-146) Widgets: ComboBox/HorizontalFlowPane: textField in comboBox displays incorrect text value for selected Item

Posted by "Turyn, Michael (JIRA)" <xa...@incubator.apache.org>.
    [ 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

        

[jira] Closed: (XAP-146) Widgets: ComboBox/HorizontalFlowPane: textField in comboBox displays incorrect text value for selected Item

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-146.
----------------------------


> 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.