Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-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 BCE501028E for ; Tue, 23 Apr 2013 01:04:13 +0000 (UTC) Received: (qmail 83652 invoked by uid 500); 23 Apr 2013 01:04:13 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 83624 invoked by uid 500); 23 Apr 2013 01:04:13 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 83613 invoked by uid 99); 23 Apr 2013 01:04:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2013 01:04:13 +0000 Date: Tue, 23 Apr 2013 01:04:13 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-2938) Input in area where where accessory bar was when HideKeyboardFormAccessoryBar causes app to stall 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/CB-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638639#comment-13638639 ] Shazron Abdullah commented on CB-2938: -------------------------------------- Tried experimenting with several things, no dice. This is definitely related to redraw of views that are also in the current x-y position of the textfield, that are part of the keyboard. There may be other hidden views in there that we need to handle, possibly. > Input in area where where accessory bar was when HideKeyboardFormAccessoryBar causes app to stall > ------------------------------------------------------------------------------------------------- > > Key: CB-2938 > URL: https://issues.apache.org/jira/browse/CB-2938 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 2.6.0 > Environment: IOS 6.1 / 5.0 simulators. And IPhone 5 with IOS 6.1 > Reporter: Scott MacKenzie > Assignee: Shazron Abdullah > Priority: Minor > Fix For: 2.7.0 > > > When HideKeyboardFormAccessoryBar is enabled and there is a textarea or text input in the area where the accessory bar was, any input in the text box will cause the app to completely stall and the text won't show up until typing has stopped. > Steps to Reproduce: > 1) set in config.xml: > {code} > > {code} > 2) In the included index.html of a new phonegap app add a textfield at the bottom of the screen like this: > {code} >
>

Apache Cordova

> >
> >
> >
> {code} > 3) Click on the textarea to give it focus and the keyboard will popup, start typing and you will notice that the text doesn't show up while you type and the blinking "DEVICE IS READY" text will stop blinking. > 4) Now if we turn HideKeyboardFormAccessoryBar off, it will work fine. Also, if we raise the textfield higher by setting "bottom:40px", then it will also work. > I have absolutely no idea on how to work around this. -- 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