Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Later
-
Adobe Flex SDK 3.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 7.x
Language Found: English
Description
Steps to reproduce:
1. Create a custom cursor object (cursorOne) with an embedded image.
2. Create a second custom cursor object (cursorTwo) with an embedded image.
3. Call cursorManager.setCursor(cursorOne, CursorManagerPriority.HIGH, 0, 0);
3. Call cursorManager.setCursor(cursorTwo, CursorManagerPriority.HIGH, 0, 0);
Actual Results:
The cursorManager will display cursorOne.
Expected Results:
The cursorManager should display cursorTwo since it was created most recently and added most recently (As noted in the FLEX 3 SDK online reference "If the cursor list contains more than one cursor with the same priority, the Cursor Manager displays the most recently created cursor."
Workaround (if any):
None at this time. This is likely related to another bug that I will be filing now related to the inaccuracy of the internal cursor array.