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 5FFA9CCB9 for ; Fri, 3 Aug 2012 14:50:05 +0000 (UTC) Received: (qmail 75265 invoked by uid 500); 3 Aug 2012 14:50:03 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 75218 invoked by uid 500); 3 Aug 2012 14:50:03 -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 75048 invoked by uid 99); 3 Aug 2012 14:50:02 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Aug 2012 14:50:02 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id AE8C5142851 for ; Fri, 3 Aug 2012 14:50:02 +0000 (UTC) Date: Fri, 3 Aug 2012 14:50:02 +0000 (UTC) From: "Carol Frampton (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <369843063.10526.1344005402716.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (FLEX-33160) automation not working with Apache SDK MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Carol Frampton created FLEX-33160: ------------------------------------- Summary: automation not working with Apache SDK Key: FLEX-33160 URL: https://issues.apache.org/jira/browse/FLEX-33160 Project: Apache Flex Issue Type: Bug Components: .Unspecified - Framework Affects Versions: Apache Flex 4.8 (parity release) Reporter: Carol Frampton Assignee: Carol Frampton Fix For: Apache Flex Next In apache SDK, references to QTP were replaced with Tool. During that proce= ss, one genuine reference to QTP also got modified and hence the issue =20 Under tool.swc=E2=80=99s ToolAdapter class, =20 ExternalInterface.call("eval", "if (!window._mx_testing_plugin_" + pla= yerID + ".RegisterPluginWithQTP(self, " + "'" += playerID + "')) {" + "document.getElementById('" + playerID = + "').SetLastError('TEAPluginIE.TEAFlexAg= entIE is not scriptable'); }"); =20 is modified to =20 ExternalInterface.call("eval", "if (!window._mx_testing_plugin_" + pla= yerID + ".RegisterPluginWithTool(self, " + "'" = + playerID + "')) {" + "document.getElementById('" + playerID = + "').SetLastError('TEAPluginIE.TEAFlexAg= entIE is not scriptable'); }"); =20 which should be reverted. Otherwise, the actual call to register our plugin= with QTP was not happening and so QTP automation is not working with Apach= e Flex SDK. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.apache.org/jira/secure/ContactAdministrators!default.jsp= a For more information on JIRA, see: http://www.atlassian.com/software/jira