[
https://issues.apache.org/jira/browse/FLEX-27698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean updated FLEX-27698:
---------------------------------
Labels: easyfix easytest (was: easytest)
> VSlider: Tooltip remains when using right mouse button
> ------------------------------------------------------
>
> Key: FLEX-27698
> URL: https://issues.apache.org/jira/browse/FLEX-27698
> Project: Apache Flex
> Issue Type: Bug
> Components: Spark: Slider
> Affects Versions: Adobe Flex SDK 4.0 (Release)
> Environment: Affected OS(s): Windows
> Affected OS(s): Windows 7
> Browser: Internet Explorer 8.x
> Language Found: English
> Reporter: Adobe JIRA
> Labels: easyfix, easytest
>
> Code:
> <?xml version="1.0" encoding="utf-8"?>
> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
> xmlns:s="library://ns.adobe.com/flex/spark"
> xmlns:mx="library://ns.adobe.com/flex/mx"
> minWidth="955" minHeight="600">
> <fx:Declarations>
> <!-- Place non-visual elements (e.g., services, value objects)
> here -->
> </fx:Declarations>
> <s:layout>
> <s:VerticalLayout paddingBottom="50"
> paddingLeft="50"
> paddingRight="50"
> paddingTop="50"
> gap="5"/>
> </s:layout>
> <s:VSlider id="sliderMin"
> dataTipPrecision="0"
> minimum="1"
> maximum="100"
> snapInterval="5"
> stepSize="5"
> height="100"
> value="20"/>
> </s:Application>
> Steps to reproduce:
> 1. Press left mouse button and drag slider. Tooltip appears.
> 2. Don't release left button and press right mouse button. Flash context menu
> pops up.
> 3. Release left button and release right button. Flash context menu still open
> 4. Drag slider again
>
> Actual Results:
> Previous tooltip remains and displayed together with current tooltip. One
> may create as many hang tooltips as desired. See attached screenshot.
>
> Expected Results:
> Old tooltip cleared and only one tooltip displayed
>
> Workaround (if any):
> None.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira