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 4A48B9DCC for ; Mon, 23 Jul 2012 06:04:38 +0000 (UTC) Received: (qmail 60610 invoked by uid 500); 23 Jul 2012 06:04:37 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 60571 invoked by uid 500); 23 Jul 2012 06:04:36 -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 60519 invoked by uid 99); 23 Jul 2012 06:04:34 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jul 2012 06:04:34 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 9C3241404B4 for ; Mon, 23 Jul 2012 06:04:34 +0000 (UTC) Date: Mon, 23 Jul 2012 06:04:33 +0000 (UTC) From: "David Yun (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <1804836899.89926.1343023474641.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (FLEX-33144) System IME didn't work when I clicked Spark Button in wmode=opaque or trasparent mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 David Yun created FLEX-33144: -------------------------------- Summary: System IME didn't work when I clicked Spark Button in wmode=opaque or trasparent mode Key: FLEX-33144 URL: https://issues.apache.org/jira/browse/FLEX-33144 Project: Apache Flex Issue Type: Bug Components: Focus Manager, IME Support Affects Versions: Adobe Flex SDK 4.5.1 (Release), Adobe Flex SDK 4.6 (Release) Environment: Affected OS(s): Windows 7 Language Found: Korean Browser : Internet Explorer 9 Flash Player : 11.3.300 debugger Reporter: David Yun Fix For: Apache Flex 4.8 (parity release), Apache Flex Next Steps to reproduce: 1. Create an Flex project using Flash Builder 4.6 2. Add a control to the application. 3. Add wmode="opaque" to index.template.html 4. Add html control to the index.template.html 3. Build the application and choose Debug or Launch. Actual Results: Cannot input Korean or Japanese characters into the Html Input control using IME. Expected Results: It should support IME well. Workaround (if any): * Don't use Internet Explorer. * add this code to the application. (focusManager.mx_internal::IMEEnabled = false;) Note: If I change the option like this (wmode="window") or use other browser, It will be Okay. Even though IME.enabled = false option should not be affected to OS, It seems to be affected. I think it's Flash Player for Internet Explorer Bug. May I suggest that mx_internal::IMEEnabled property set to public or default value to False in FocusManager. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira