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

Right click when busy button : cursor dissapears.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.2 (Release)
    • None
    • Cursor Manager
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows XP
      Browser: Firefox 3.x
      Language Found: English

    Description

      Steps to reproduce:

      1.Run the following code (from SDK-12502)
      <?xml version="1.0"?>
      <mx:Application verticalAlign="middle" layout="vertical" xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script>
      <![CDATA[
      import mx.managers.CursorManager;
      private function showBusy(event:MouseEvent):void

      { CursorManager.setBusyCursor(); }

      private function removeBusy(event:MouseEvent):void

      { CursorManager.removeBusyCursor(); }

      ]]
      >
      </mx:Script>
      <mx:Button id="s" label="show busy" click="showBusy(event)"/>
      <mx:Button id="r" label="remove busy" click="removeBusy(event)"/>
      </mx:Application>

      2.Click on "show busy" button.

      3.Right click to show the context menu

      Actual Results:
      Busy button is still there but frozen. You can move the cursor but don't see it.

      Expected Results:
      You must still see a cursor.

      Workaround (if any):

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: