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 C9271D4E4 for ; Mon, 15 Oct 2012 20:09:05 +0000 (UTC) Received: (qmail 64950 invoked by uid 500); 15 Oct 2012 20:09:03 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 64890 invoked by uid 500); 15 Oct 2012 20:09: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 64816 invoked by uid 99); 15 Oct 2012 20:09:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 20:09:03 +0000 Date: Mon, 15 Oct 2012 20:09:03 +0000 (UTC) From: "Carol Frampton (JIRA)" To: flex-dev@incubator.apache.org Message-ID: <1766756756.47035.1350331743667.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (FLEX-29002) RunTime Error #1009 at mx.managers::PopUpManagerImpl/addModalPopUpAccessibility() when displaying more than one modal popup via PopUpManager on top of each other. On Windows 7 running on some PCs 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-29002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carol Frampton resolved FLEX-29002. ----------------------------------- Resolution: Fixed Fix Version/s: Adobe Flex SDK Next Author: cframpton Date: Mon Oct 15 20:06:21 2012 New Revision: 1398487 URL: http://svn.apache.org/viewvc?rev=1398487&view=rev Log: Add null value check requested in https://issues.apache.org/jira/browse/FLEX-29002. Modified: incubator/flex/sdk/branches/develop/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as > RunTime Error #1009 at mx.managers::PopUpManagerImpl/addModalPopUpAccessibility() when displaying more than one modal popup via PopUpManager on top of each other. On Windows 7 running on some PCs > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: FLEX-29002 > URL: https://issues.apache.org/jira/browse/FLEX-29002 > Project: Apache Flex > Issue Type: Bug > Components: PopUp Manager > Affects Versions: Adobe Flex SDK Previous > Environment: Affected OS(s): Windows > Affected OS(s): Windows 7 > Language Found: English > Reporter: Adobe JIRA > Assignee: Carol Frampton > Fix For: Adobe Flex SDK Next > > > Steps to reproduce: > 1. in the AIR application, create modal popup via popupmanager -> ok. > 2. on the popup, create another modal popup via popupmanager (so we have two modal popups one on top of the other) -> RT error #1009. > 3. close top popup, due to RT error #1009 modal shade stays on stage and keeps blocking the application. > > Actual Results: > Popupmanager closes modal titlewindow, but the modal shade stays on display due to RunTime error #1009 and so application becomes non-operable. > > Expected Results: > Popupmanager should close the modal titlewindow along with the modal shade as it does if only one modal popup was invoked. > > Workaround (if any): > On Windows7 Control Panel, disable some stuff in control panel (Attachments) and reboot OS. Trully, this works. > > Note: > This happens only on Windows 7 OS running on some All-In-One PCs (eg.: MSI AE2050). Bug is connected with the accessibility OS provides, so we can fix the issue by configuring some OS parameters. -- 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