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: Widgets
            Reporter: Trevor Oldak


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

Reply via email to