Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: Japanese
Description
Steps to reproduce:
1. Create Flex project
2. Create Sprite object and draw shape, then add it to stage of AIR application object
3. Add event listener for MOUSE_DOWN to the sprite
4. Compile and Run the application
5. Click the shape in the sprite
Actual Results: MOUSE_DOWN event is dispatched twice by one mouse click.
Expected Results: MOUSE_DOWN event should be dispatched once.
Workaround (if any): Use Flex 4.1 SDK or lower. This issue is only reproduced on Flex SDK 4.5
You can reproduce this issue using MouseDownSample_NG.fxp project. However, MouseDownSample_OK.fxp project works fine.