You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cf...@apache.org on 2013/01/21 18:14:15 UTC

svn commit: r1436492 - /flex/sdk/branches/develop/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as

Author: cframpton
Date: Mon Jan 21 17:14:14 2013
New Revision: 1436492

URL: http://svn.apache.org/viewvc?rev=1436492&view=rev
Log:
FLEX-29002.  Reapply 1398487 which was wiped out by the next change to the file.

Modified:
    flex/sdk/branches/develop/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as

Modified: flex/sdk/branches/develop/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as
URL: http://svn.apache.org/viewvc/flex/sdk/branches/develop/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as?rev=1436492&r1=1436491&r2=1436492&view=diff
==============================================================================
--- flex/sdk/branches/develop/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as (original)
+++ flex/sdk/branches/develop/frameworks/projects/framework/src/mx/managers/PopUpManagerImpl.as Mon Jan 21 17:14:14 2013
@@ -1443,7 +1443,7 @@ public class PopUpManagerImpl extends Ev
 				for (var i:int = 0; i < n; i++)
 				{
 					var o:PopUpData = popupInfo[i];
-					if (o && o != p)
+					if (o && o != p && o.owner.accessibilityProperties)
 					{
 						o.owner.accessibilityProperties.silent	= true;
 					}