Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK 3.4 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 6.x
Language Found: Japanese
Description
Steps to reproduce:
1. run the attached file. (it is an AIR application.)
2. drag the yellow area to a new place.
3. drop the yellow area.
4. if RollOut occurred after MouseOver, or MouseOver didn't occur, Click without MouseMove.
Actual Results:
Resize Cursor is setted when MouseOver, but Cursor didn't change.
→CursorManager.setCursor(STRETCH_CURSOR);
Expected Results:
Cursor is Resize Cursor after drag drop.
Workaround (if any):
IE is OK, not AIR.
AIR version: 2.0.0.11670
①Mouse.cursor = MouseCursor.HAND; // is the same result.
→https://bugs.adobe.com/jira/browse/FP-2918
②RollOut occurred after step 3
→https://bugs.adobe.com/jira/browse/SDK-25650