Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-14689

Cursor Manager - Matched Priority Cursors Do Not Display in Most Recently Created Order

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Later
    • Adobe Flex SDK 3.0 (Release)
    • None
    • Cursor Manager
    • 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.

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: