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/28 00:32:05 UTC

[jira] Resolved: (XAP-316) boxFlex in verticalPane/horizontalPane doesn't work at all

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

James Margaris resolved XAP-316.
--------------------------------

    Resolution: Fixed

This should be fixed. Notes:

1.  The attribute is "boxFlex", not "flex"

2. Flexible components are supposed to shrink and grow with available space. If no components are flexible the behavior should be exactly the same as before.

3. Components should flex in ratio with their "boxFlex." So if one component has a flex of 2 and the second has a flex of 1 the first one will shrink/grow twice as much as the first.

4. There are some initial sizing issues if you have something that is flexible and also has no intrinsic size, like a freePane, inside of a vertical/horizontalBoxPane that doesn't have  a size set either.

> boxFlex in verticalPane/horizontalPane doesn't work at all
> ----------------------------------------------------------
>
>                 Key: XAP-316
>                 URL: https://issues.apache.org/jira/browse/XAP-316
>             Project: XAP
>          Issue Type: Bug
>          Components: Layouts
>            Reporter: James Margaris
>
> Depending on the current version it either has no effect of screws up horribly.

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