Pan Li created FLEX-35201: ----------------------------- Summary: TileLayout is not working in javascript mode Key: FLEX-35201 URL: https://issues.apache.org/jira/browse/FLEX-35201 Project: Apache Flex Issue Type: Bug Components: FlexJS Affects Versions: Apache FlexJS 0.7.0, Apache FlexJS 0.8.0 Reporter: Pan Li Priority: Critical
to reproduce the problem: {code} <js:Container width="300"> <js:beads> <js:TileLayout/> </js:beads> <js:TextButton text="A" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> <js:TextButton text="ddd" /> </js:Container> {code} the controls are not aligned correctly. It can arrange controls more strangely if the UI is more coplex -- This message was sent by Atlassian JIRA (v6.3.4#6332)