Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.0 (Release)
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Run the attached app
2. Notice the incorrect positioning of the horizontal list
3. Remove rotationX
4. Re run the app
Actual Results:
Using rotationX, Y breaks the position of the list. In addition, rotationX, Y, Z cannot be animated using FxRotate3D
Expected Results:
The list should rotate around the given axis.
Workaround:
(a) Nest the HorizontalList control in a container (Box/VBox/HBox/Canvas/etc) and apply the rotationX/rotationY to THAT container.