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

The cursor hiding only until the mouse move after using CursorManager.hideCursor

    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:

      I reproduced this bug in both AIR and Flash Player.

      ------------Code is as follows-------------
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
      <mx:Script>
      <![CDATA[
      import mx.managers.CursorManager;
      ]]
      >
      </mx:Script>

      <mx:ApplicationControlBar dock="true">
      <mx:Button label="setBusyCursor()"
      click="CursorManager.setBusyCursor();" />
      <mx:Button label="hideCursor()"
      click="CursorManager.hideCursor()" />
      </mx:ApplicationControlBar>

      </mx:Application>
      1. Click SetBusyCursor button first
      2. Click hideCursor, you could see the cursor disappeared, the behavior is correct till now
      3. Move your mouse, you could see the disappeared cursor displayed again, which is wrong behavior.

      Actual Results:
      In Step3, the disappeared cursor display again once mouse move

      Expected Results:
      The disappeared cursor should be always disappear no matter how to move mouse.

      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: