Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 6.x
Language Found: English
Description
Steps to reproduce:
1. Add a DragEvent.DRAG_START event handler to a component
2. Call DragManager.doDrag for that component
Actual Results:
The DRAG_START event handler is never fired
Expected Results:
The DRAG_START event handler will be fired
Workaround (if any):
Add a MOUSE_DOWN listener to component.systemManager with a low priority (or on callLater) then check DragManager.isDragging each time.
(See attachment for example: the lower box should turn yellow when the drag begins, but it remains blue)