Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
In VerticalLayout horizontalAlign uses Math.round, but verticalAlign uses Math.floor. These should both round using Math.round.
VerticalLayout/HorizontalLayout - minor axis alignment - rounds up
VerticalLayout/HorizontalLayout - major axis alignment - rounds down