Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A74E51075B for ; Tue, 19 Nov 2013 00:33:21 +0000 (UTC) Received: (qmail 60813 invoked by uid 500); 19 Nov 2013 00:33:21 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 60784 invoked by uid 500); 19 Nov 2013 00:33:21 -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 60777 invoked by uid 99); 19 Nov 2013 00:33:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Nov 2013 00:33:21 +0000 Date: Tue, 19 Nov 2013 00:33:21 +0000 (UTC) From: "Maurice Amsellem (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33166) Mobile TextInput with native StageTextInput cannot be included in scrollable forms MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825995#comment-13825995 ] Maurice Amsellem commented on FLEX-33166: ----------------------------------------- Fixed. In fact, to avoid focusing if a swipe in progress, i listened separately for mouseDown and mouseUp, and set a flag on mouseDown so that setFocus does nothing when the mouse is down. on mouseUp, I cleared the flag, and set the focus. Now, I have left these listeners because they are necessary, and added a listener on "click" and set the focus on that listener. (explanation is confused, but the issue is fixed :-) Do you want a modfied swc to test ? > Mobile TextInput with native StageTextInput cannot be included in scrollable forms > ----------------------------------------------------------------------------------- > > Key: FLEX-33166 > URL: https://issues.apache.org/jira/browse/FLEX-33166 > Project: Apache Flex > Issue Type: Bug > Components: .Unspecified - Mobile > Affects Versions: Adobe Flex SDK 4.6 (Release) > Environment: All IOS > Reporter: Dan Murray > Assignee: Maurice Amsellem > Labels: features, mobileTextInput > Fix For: Apache Flex 4.8 (parity release), Apache Flex 4.9.0 > > Attachments: TextInputTest.zip > > Original Estimate: 612h > Remaining Estimate: 612h > > We should be able to configure a text field which only accepts numerical input to call up the numeric pad. However, the skinclasses for the textfield that can call up the number pad will not scroll--If you try to use the skinclass that can call the softkey number pad in a scrollable container, the textfield scrolls away from its text. -- This message was sent by Atlassian JIRA (v6.1#6144)