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 39F07E4AA for ; Wed, 2 Jan 2013 17:58:15 +0000 (UTC) Received: (qmail 69042 invoked by uid 500); 2 Jan 2013 17:58:13 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 68994 invoked by uid 500); 2 Jan 2013 17:58:13 -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 68832 invoked by uid 99); 2 Jan 2013 17:58:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2013 17:58:13 +0000 Date: Wed, 2 Jan 2013 17:58:13 +0000 (UTC) From: =?utf-8?Q?Michal_Koles=C3=A1r_=28JIRA=29?= To: flex-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33211) [Android]: View does not resize after soft keyboard dismissal when resizeForSoftKeyboard=true MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33211?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1354= 2258#comment-13542258 ]=20 Michal Koles=C3=A1r commented on FLEX-33211: --------------------------------------- I have the same problem. =20 > [Android]: View does not resize after soft keyboard dismissal when resize= ForSoftKeyboard=3Dtrue > -------------------------------------------------------------------------= -------------------- > > Key: FLEX-33211 > URL: https://issues.apache.org/jira/browse/FLEX-33211 > Project: Apache Flex > Issue Type: Bug > Components: Mobile: SoftKeyboard > Affects Versions: Adobe Flex SDK 4.6 (Release) > Environment: Flash Builder 4.7 beta > Flex 4.6.0 > AIR 3.4 > ASUS Transformer (Android 4.0.3) > Reporter: Mike > Labels: android, resizeForSoftKeyboard > > On Android when resizeForSoftKeyboard=3Dtrue, the view does not resize af= ter dismissing the soft keyboard. This simple app demonstrates the bug. > > =09=09=09 xmlns:s=3D"library://ns.adobe.com/flex/spark"=20 > =09=09=09 applicationDPI=3D"160" > =09=09=09 resizeForSoftKeyboard=3D"true" > =09=09=09 applicationComplete=3D"applicationComplete()"> > =09 > =09=09 =09=09=09private function applicationComplete():void { > =09=09=09=09keywordTextInput.setFocus(); > =09=09=09} > =09=09=09private function keywordTextInputEnter():void { > =09=09=09=09stage.focus =3D null; > =09=09=09} > =09=09]]> > =09 > =09 > =09=09 > =09=09=09 > =09=09 > =09 > =09 > > 1) Start app. > 2) Click on the "go" button on the soft keyboard > I observe that the red rectangle remains the same size (about half the sc= reen). I expect the red rectangle to resize to fill the entire screen as it= does on iOS. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira