Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 2.x
Language Found: English
Description
CursorManager does not set cursor's children mouseEnabled property to
false, making the cursor's children able to receive events.
Steps to reproduce bug:
1. Draw a cursor asset in Flash. Make it a MovieClip and also have
multiple MovieClips inside it.
2. Embed this symbol in the test application via CSS properties.
3. Set the cursor via CursorManager.
4. Make a component that traces a statement on mousedown.
Results: The cursor asset's children will recieve the mousedown event.
Expected results: The cursor asset's children should not recieve the
mousedown event, the mouseDown properties for these children should be
set to false.
Actual Results:
Expected Results:
Workaround (if any):
Create a cursor without children.
Attachments
Issue Links
- duplicates
-
FLEX-11838 CursorManager does not set cursor's children's mouseEnabled property to false.
- Open