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

[Player 2632345] system cursor is not visible when bringing up the context menu in IE with Flash Player 10.1

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Adobe Flex SDK 4.0 (Release)
    • None
    • Cursor Manager
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows
      Browser: Internet Explorer 8.x
      Language Found: English

    Description

      Steps to reproduce in IE with Flash Player 10.1
      1. Hide the system cursor and show a custom cursor using cursorManager.setBusyCursor(). See attached test case.
      2. Right click to open a context menu.

      Actual Results:
      The system cursor is not made visible like in other browsers or when using FP < 10.1 but the custom cursor is hidden so now the user has no cursors.

      Expected Results:
      The custom cursor should be hidden and the system cursor restored.

      Workaround (if any):
      Set the wmode to opaque (This workaround causes Chrome to not hide the system cursor so you then see the system cursor above the custom cursor.)

      e.g. Add this to html template:
      if (swfobject.ua.ie && swfobject.ua.win) // http://code.google.com/p/swfobject/wiki/api

      { params.wmode = "opaque"; // workaround for cursor issue }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: