Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CB79A200C4E for ; Fri, 7 Apr 2017 00:14:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C9F77160B91; Thu, 6 Apr 2017 22:14:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1CE4C160BA4 for ; Fri, 7 Apr 2017 00:14:44 +0200 (CEST) Received: (qmail 5084 invoked by uid 500); 6 Apr 2017 22:14:44 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 5075 invoked by uid 99); 6 Apr 2017 22:14:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Apr 2017 22:14:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id ED36E1889F7 for ; Thu, 6 Apr 2017 22:14:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 92tq6iap8KPt for ; Thu, 6 Apr 2017 22:14:43 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D07BD5FC73 for ; Thu, 6 Apr 2017 22:14:42 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 3D38CE0B08 for ; Thu, 6 Apr 2017 22:14:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 9DD3D2406D for ; Thu, 6 Apr 2017 22:14:41 +0000 (UTC) Date: Thu, 6 Apr 2017 22:14:41 +0000 (UTC) From: "Vadim Usoltsev (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLEX-35291) Scroller PULL_TENSION_RATIO should not be private. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 06 Apr 2017 22:14:46 -0000 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)