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 2635C200CCC for ; Fri, 7 Jul 2017 05:22:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 22E9C16806F; Fri, 7 Jul 2017 03:22:55 +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 67EA416806D for ; Fri, 7 Jul 2017 05:22:54 +0200 (CEST) Received: (qmail 17760 invoked by uid 500); 7 Jul 2017 03:22:53 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 17748 invoked by uid 99); 7 Jul 2017 03:22:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2017 03:22:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9FAB0C1836 for ; Fri, 7 Jul 2017 03:22:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.215 X-Spam-Level: ** X-Spam-Status: No, score=2.215 tagged_above=-999 required=6.31 tests=[FREEMAIL_ENVFROM_END_DIGIT=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_NEUTRAL=0.652, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id F2-_zFwWZnD5 for ; Fri, 7 Jul 2017 03:22:51 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6FBE45FB32 for ; Fri, 7 Jul 2017 03:22:51 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 1A83450933518 for ; Thu, 6 Jul 2017 20:22:51 -0700 (MST) Date: Thu, 6 Jul 2017 20:04:25 -0700 (PDT) From: bilbosax To: users@flex.apache.org Message-ID: <1499396665228-15424.post@n4.nabble.com> In-Reply-To: References: <1499359399437-15417.post@n4.nabble.com> Subject: Re: Visibility Issue with PopUp Component MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Fri, 07 Jul 2017 03:22:55 -0000 Erik, I appreciate your in depth explanation, and I think for the most part you are right. When I do not set a skinClass and let Flex use the default for mobile development is when I get the best performance from the textInput, meaning that the soft keyboard and all the features act as I want them to. But I also get this strange behavior where it shows the text off to the side before the PopUp gets centered. Setting input.text = null, or input.text = "" when I closed the popup had no effect the next time the popup was called, I still got strange text off to the side. So frustrating. Setting the skinClass for the textInput to mobile, or iOS solves the problem of the phantom text showing up off to the side, but for some reason when I click on the textInput to type in text, the text does not show up starting at the left edge of the component, it starts out right in the middle of the textInput component. When I close the soft keyboard, the text then jumps over to the left edge of the component where it belongs. So frustrated, any other thoughts??? I would welcome any suggestions on how to get the phantom text to be hidden, or how to get mobile or ios themed textInputs to align left when inputing text. Thanks!! -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Visibility-Issue-with-PopUp-Component-tp15417p15424.html Sent from the Apache Flex Users mailing list archive at Nabble.com.