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

MouseOut not firing on rapid mouse movement

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Later
    • Adobe Flex SDK Previous
    • None
    • mx: Image
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      1. Compile & run the following:
      <?xml version="1.0" encoding="utf-8"?>
      <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" >

      <mx:Image toolTip="Maximize" id="imgMaximize" source="blue.PNG" top="4" right="30"
      mouseOver="this.imgMaximize.source='red.PNG'" mouseOut="this.imgMaximize.source='blue.PNG'" />

      </mx:Application>

      2. Quickly MouseOver & mouseOut of the image. (It can take a few tries)

      ACTUAL RESULTS:
      The red image stays even when you mouseOut.

      EXPECTED RESULTS:
      The blue image should appear when you mouseOut.

      ========== OLD BUG ===================
      Steps to reproduce:
      1. Add an image to the page.
      2. Code the MouseOver event to change the image to a different image.
      3. Code the MouseOut event to change the image back to the original image.
      4. Debug or run the application.
      5. Rapidly move the mouse over the graphic.

      Actual Results:
      The image will change to the MouseOver image you coded but if the mouse if moved rapidly over the image it will not change back to the original image as per your coded MouseOut event.

      Expected Results:
      I expect the MouseOut event to fire and change the image source back to the original image.

      Workaround (if any):
      None currently found.

      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: