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 "James Margaris (JIRA)" <xa...@incubator.apache.org> on 2007/02/16 02:21:05 UTC

[jira] Updated: (XAP-279) Widgets: HorizontalFlowPane: Skinny horizontalFlowPane remains as wide as its widest element.

     [ https://issues.apache.org/jira/browse/XAP-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Margaris updated XAP-279:
-------------------------------

    Component/s:     (was: Widgets)
                 Layouts

> Widgets: HorizontalFlowPane: Skinny horizontalFlowPane remains as wide as its widest element.
> ---------------------------------------------------------------------------------------------
>
>                 Key: XAP-279
>                 URL: https://issues.apache.org/jira/browse/XAP-279
>             Project: XAP
>          Issue Type: Bug
>          Components: Layouts
>            Reporter: Trevor Oldak
>            Priority: Minor
>
> <horizontalFlowPane backgroundColor="black" width="150px">
>   <label text="width:80px" height="25px" width="80px" backgroundColor="red" />
>   <label text="width:80px" height="25px" width="80px" backgroundColor="blue" />
>   <label text="width:200px" height="25px" width="200px" backgroundColor="yellow" />
> </horizontalFlowPane>
> One would expect the three labels in the above example to be on separate lines. However, since the  first two are shorter than the third, and the horizontalFlowPane doesn't shirnk down, the first two remain oon the same line, even though they now extend beyond the border of the horizontalFlowPane example.
> This will be more easily reproducible in the horizontalFlowPane component test when they are updated.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.