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

Event.MOUSE_LEAVE not triggered when mouse is down

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 3.2 (Release)
    • None
    • Events
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Browser: Firefox 3.x
      Language Found: English

    Description

      Steps to reproduce:
      1. Listen for the Event.MOUSE_LEAVE on your stage
      2. Hold the mouse down and leave the stage
      3. Event is not triggered

      Expected Results:
      Event.MOUSE_LEAVE should be triggered.

      Workaround:
      When the mouse button is down, it will receive MOUSE_MOVE events all the time, both when the mouse is on stage and off stage, so you can simply check the stageX and stageY properties of the MouseEvent object and compare it to the stage boundaries to see whether the mouse is on or off stage.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: