You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/03/11 01:35:12 UTC

[jira] [Updated] (FLEX-33370) max drag rate in SliderBase should not be a Constant

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

Justin Mclean updated FLEX-33370:
---------------------------------

    Labels: easyfix  (was: )
    
> max drag rate in SliderBase should not be a Constant
> ----------------------------------------------------
>
>                 Key: FLEX-33370
>                 URL: https://issues.apache.org/jira/browse/FLEX-33370
>             Project: Apache Flex
>          Issue Type: Improvement
>          Components: Spark: Slider
>            Reporter: Jan
>            Priority: Minor
>              Labels: easyfix
>
> The fixed value of 30 Update per Second feels very inconsistent if the rest of the application runs with "smooth" 60 FPS.
> File: 
> \frameworks\projects\spark\src\spark\components\supportClasses\SliderBase.as (1 hits)
> Line 288:     private static const MAX_DRAG_RATE:Number = 30;
> Solutions:
>  - let the User define the max drag rate via property
>  or
>  - bind it to the global framerate (Event.ENTER_FRAME  instead of a Timer)

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