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 A118A10A48 for ; Mon, 15 Jul 2013 18:26:59 +0000 (UTC) Received: (qmail 13292 invoked by uid 500); 15 Jul 2013 18:26:53 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 13197 invoked by uid 500); 15 Jul 2013 18:26:53 -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 11782 invoked by uid 99); 15 Jul 2013 18:26:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jul 2013 18:26:50 +0000 Date: Mon, 15 Jul 2013 18:26:50 +0000 (UTC) From: "Ejaz Asghar (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33525) Flex TextInput with prompt on ios misbehaves 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-33525?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13708779#comment-13708779 ] Ejaz Asghar commented on FLEX-33525: ------------------------------------ [~jmclean] This is not AIR issue, this issue is inside the "SkinnableTextBase.as" Flex Mobile Skin. Please check the answer with 8 votes. I myself used the following worked around to fix this issue. Now this work around is not 100% the solution, but it fixes ios misbehave issue at least. skin.currentState = ""; invalidateSkinState(); [~ovisvana] I'm just a designer (with some development skills) so i'm not the right person to provide a patch. but i used mentioned worked around. Kindly take a look in the "SkinnableTextBase.as". > Flex TextInput with prompt on ios misbehaves > -------------------------------------------- > > Key: FLEX-33525 > URL: https://issues.apache.org/jira/browse/FLEX-33525 > Project: Apache Flex > Issue Type: Bug > Components: Spark: TextInput > Affects Versions: Apache Flex 4.9.0 > Environment: Flash Builder 4.7, Flex 4.9, AIR 3.4 > Reporter: Ejaz Asghar > Priority: Critical > Labels: Mobile,, TextInputSkin,, iOS > > ITs a very old issue, still not fixed, its due to Flex Mobile TextInput Skin. > Here is a link to a post, and a quick hack. > http://stackoverflow.com/questions/10913156/flex-4-6-textinput-with-prompt-on-ios-misbehaves > When I select the textInput, the prompt disappears as expected but the first character is auto selected. When the second key is pressed, the first character is removed. This only happens when the first character is typed and the field has a prompt message. -- 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