Vadim Usoltsev created FLEX-35291: ------------------------------------- Summary: Scroller PULL_TENSION_RATIO should not be private. Key: FLEX-35291 URL: https://issues.apache.org/jira/browse/FLEX-35291 Project: Apache Flex Issue Type: Bug Components: Spark: Scroller Affects Versions: Apache Flex 4.16.0 Reporter: Vadim Usoltsev
Scroller PULL_TENSION_RATIO is a private const. This property is important in customisation meaning, because, for example, modern scrollers don't use overscroll at all. Currently there is no way and no any workaround to change this behaviour (except monkey patching which is very bad). Quick way to fix this: made this const mx_internal or protected. -- This message was sent by Atlassian JIRA (v6.3.15#6346)