Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Apache Flex 4.12.1
-
None
-
Win7 64Bit, FB 4.7
Description
When there are droptarget areas directly next to each other drag and drop events get fired in the wrong order:
DragEvent.DRAG_ENTER gets fired before DragEvent.DRAG_EXIT.
This happens when publishing for mobile platforms (this uses a different DragManager class asfaik). Desktop application handles the events in correct order.