[ 
https://issues.apache.org/jira/browse/FLEX-23791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean updated FLEX-23791:
---------------------------------

    Labels: easyfix  (was: )
    
> mx:HSlider sometimes shows double dataTip.
> ------------------------------------------
>
>                 Key: FLEX-23791
>                 URL: https://issues.apache.org/jira/browse/FLEX-23791
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: Slider
>    Affects Versions: Adobe Flex SDK 4.0 (Release)
>         Environment: Affected OS(s): Windows
> Affected OS(s): Windows
> Browser: Firefox 3.x
> Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easyfix
>
> Steps to reproduce:
> 1.  Create a simple Flex app with the following var and control:
>       [Bindable]
>       protected var mImageQuality:uint = 90;
>       <mx:HSlider change="{mImageQuality = uint(event.value)}" 
> snapInterval="1.0" 
>                 minimum="0" maximum="100" value="{mImageQuality}"
>                 showDataTip="true" dataTipPlacement="bottom" 
> tickInterval="10" 
>                 allowTrackClick="true" liveDragging="false" 
> labels="{['Worst', 'Best']}"
>                 toolTip="{mImageQuality.toString() + '.00'}"/>
> 2.  Build and run the app.
> 3.  Click and move the slider tab back and forth.  Release the mouse and 
> click again.  Repeat.
>  
>  Actual Results:
> Occasionally the datatip will double up.  It will stay doubled until the 
> mouse button is released.
>  
>  Expected Results:
> Only a single datatip should be shown.
>  
>  Workaround (if any):

--
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

Reply via email to