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 DE94A10014 for ; Mon, 23 Dec 2013 22:58:50 +0000 (UTC) Received: (qmail 14306 invoked by uid 500); 23 Dec 2013 22:58:50 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 14288 invoked by uid 500); 23 Dec 2013 22:58:50 -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 14280 invoked by uid 99); 23 Dec 2013 22:58:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Dec 2013 22:58:50 +0000 Date: Mon, 23 Dec 2013 22:58:50 +0000 (UTC) From: "Justin Mclean (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-33745) Null error in the PopupManagerImpl if accessibility is deactivated 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-33745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-33745. ---------------------------------- Resolution: Fixed Fix Version/s: Apache Flex 4.12.0 Fixed and checked into develop branch. > Null error in the PopupManagerImpl if accessibility is deactivated > ------------------------------------------------------------------ > > Key: FLEX-33745 > URL: https://issues.apache.org/jira/browse/FLEX-33745 > Project: Apache Flex > Issue Type: Bug > Components: PopUp Manager > Affects Versions: Apache Flex 4.10.0 > Reporter: Benjamin Chalupka > Assignee: Justin Mclean > Labels: easyfix, easytest, nullpointerexception, popupmanager > Fix For: Apache Flex 4.12.0 > > Original Estimate: 10m > Remaining Estimate: 10m > > During the removal of a popup this error appears: > TypeError: Error #1009: Cannot access a property or method of a null object reference. > at mx.managers::PopUpManagerImpl/removeModalPopUpAccessibility()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as:1513] > at mx.managers::PopUpManagerImpl/popupRemovedHandler()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as:1251] > at flash.display::DisplayObjectContainer/removeChild() > at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::rawChildren_removeChild()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/SystemManager.as:2152] > at mx.managers::SystemManager/removeChild()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/SystemManager.as:1795] > at mx.managers::PopUpManagerImpl/removePopUp()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as:662] > at mx.managers::PopUpManager$/removePopUp()[/Users/justinmclean/Documents/ApacheFlex4.10/frameworks/projects/framework/src/mx/managers/PopUpManager.as:238] > The fix should be to simply add a check if the accessibilityProperties property is null or expand the try catch block around it. -- This message was sent by Atlassian JIRA (v6.1.5#6160)