[
https://issues.apache.org/jira/browse/FLEX-33370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Kwiatkowski resolved FLEX-33370.
-------------------------------------
Resolution: Fixed
Fix Version/s: Apache Flex Next
Fixed in develop branch via GIT commit e6c5be9c2aeaf01171554db5b36ca35b4035a201
> 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
> Assignee: Nick Kwiatkowski
> Priority: Minor
> Labels: easyfix
> Fix For: Apache Flex Next
>
>
> 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