Jan created FLEX-33370: -------------------------- Summary: 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
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