Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FBF0C998 for ; Sat, 21 Jul 2012 20:35:36 +0000 (UTC) Received: (qmail 21730 invoked by uid 500); 21 Jul 2012 20:35:35 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 21687 invoked by uid 500); 21 Jul 2012 20:35:35 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 21679 invoked by uid 99); 21 Jul 2012 20:35:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2012 20:35:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 10A431404B1 for ; Sat, 21 Jul 2012 20:35:34 +0000 (UTC) Date: Sat, 21 Jul 2012 20:35:34 +0000 (UTC) From: "Philippe Mouawad (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <399077585.86697.1342902935069.JavaMail.jiratomcat@issues-vm> In-Reply-To: <791930653.84021.1342819056827.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (FLEX-33143) Spark TextInput using Mobile skinClass: setting displayAsPassword to true impacts all other TextInput and breaks softKeyBoard (no more International keyboards) 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-33143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419930#comment-13419930 ] Philippe Mouawad commented on FLEX-33143: ----------------------------------------- The same issue occurs if I set: s|TextInput{ skinClass: ClassReference("spark.skins.mobile.TextInputSkin"); } in css file. > Spark TextInput using Mobile skinClass: setting displayAsPassword to true impacts all other TextInput and breaks softKeyBoard (no more International keyboards) > --------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: FLEX-33143 > URL: https://issues.apache.org/jira/browse/FLEX-33143 > Project: Apache Flex > Issue Type: Bug > Components: Spark: TextInput > Affects Versions: Adobe Flex SDK 4.6 (Release) > Environment: IPAD AIR 3.3 > Reporter: Philippe Mouawad > Priority: Critical > Attachments: BUG-33143.fxp > > > Hello, > We have a mobile application that uses Flex 4.6 (Air 3.3) that is deployed on Android Tablets and IPad ones (IPad 1 & 2, IOS 5.1.1 9B296). > Users from Thailang / Korea are reporting a problem with the soft keyboard which does not propose the Thai or Korean keyboard while native application do propose it. > To be clear, on iPad you can configure more than one keyboard among which for example Thai or Korean keyboards. > http://support.apple.com/kb/HT4509 > I searched for some time, and finally came to a strange idea. I noticed my first TextInput fields had displayAsPassword set to true. > So I made a little test with: > 1) > and > 2) > And BINGO, there is a bug: > 1) If I first go to first field, International Keyboard appears > 2) I go to second one, it disappears > 3) I go back to first one, no more International Keyboard > Setting displayAsPassword="true" breaks soft keyboard. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira