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 D0E7111EC3 for ; Fri, 29 Aug 2014 14:30:53 +0000 (UTC) Received: (qmail 27079 invoked by uid 500); 29 Aug 2014 14:30:53 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 27045 invoked by uid 500); 29 Aug 2014 14:30: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 27035 invoked by uid 99); 29 Aug 2014 14:30:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2014 14:30:53 +0000 Date: Fri, 29 Aug 2014 14:30:53 +0000 (UTC) From: "Tristan (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33372) Windows 8 on-screen touch keyboard not displaying 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-33372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14115282#comment-14115282 ] Tristan commented on FLEX-33372: -------------------------------- I have the same problem with Flex 13.0 and AIR 14.0. No softKeyBoard is opening when the focus is in a textInput. I have this on a AIR application. > Windows 8 on-screen touch keyboard not displaying > ------------------------------------------------- > > Key: FLEX-33372 > URL: https://issues.apache.org/jira/browse/FLEX-33372 > Project: Apache Flex > Issue Type: Bug > Components: Spark: RichEditableText, Spark: TextArea, Spark: TextInput > Affects Versions: Adobe Flex SDK 4.6 (Release), Apache Flex 4.9.0 > Environment: Windows 8 Metro > Internet Explorer (IE) 10.0.1 > Flash Player 11,3,378,5 > Reporter: Stepan Hilbert > > On-screen touch keyboard is not being displayed for spark RichEditableText based text input components. It does get displayed when displayAsPassword property is set to true. It does get displayed for TextField based components. > Additionally, it would be desirable to control the keyboard using: > - needsSoftKeyboard property > - requestSoftKeyboard() function > These currently have no effect. > Steps to reproduce: > 1. Create a Flex application that features s:TextInput, s:TextInput with displayAsPassword="true" and mx:TextInput > > > > 2. Open this application in the Metro Internet Explorer on a touch-enabled Windows 8 PC/Tablet. You might need to edit the DebugDomain variable (see http://msdn.microsoft.com/en-au/library/ie/jj193557%28v=vs.85%29.aspx) > 3. Tap the mx:TextInput - on-screen keyboard shows > 4. Tap the s:TextInput with displayAsPassword="true" - on-screen keyboard shows > 5. Tap the s:TextInput - on-screen keyboard doesn't show > Note: > This bug has been discussed on the web > (i.e. here: http://flexcoders.10928.n7.nabble.com/windows-8-store-app-onscreen-keyboard-invoking-td111950.html) > but no resolution has been reached, so that is why I'm logging this issue. -- This message was sent by Atlassian JIRA (v6.2#6252)