Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
Adobe Flex SDK 2.0 (Release)
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Reproduction:
1. Load the bugfile.
2. In the first list, Drag an item to the second list while pressing down on your Ctrl key (Windows) or you Command key (Mac).
3. See what the output of the Drag Event is.
Actual Results: The event.action property is always "move" even when the drag is a "copy"
Expected Results: If you have pressed your Ctrl or Command key before enterring a drop target, the DragEvent from the dragEnter event should be "copy" not "move". The action property is accurate for the other DragEvents.
Workaround: