Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Language Found: English
Description
I compiled using sdk 3.2.0.3958, tested on AIR 1.5 and Flash Player 10,0,12,36, error appeared on both places.
Steps to reproduce:
1. get the attached files, create project and run ImageTest.mxml. Image width is set to 8100 pixels, appears ok.
2. Drag the slider to change the images x value.
Actual Results:
- when the image.x + image.width > 8192 the image appears incorrectly, sometimes doesn't appear just the first column from the window and so on.
Expected Results:
- to show the image at x=100 even if the width is 8191!!!