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 E769A109EE for ; Mon, 11 Nov 2013 22:26:18 +0000 (UTC) Received: (qmail 25868 invoked by uid 500); 11 Nov 2013 22:26:18 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 25845 invoked by uid 500); 11 Nov 2013 22:26:18 -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 25803 invoked by uid 99); 11 Nov 2013 22:26:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Nov 2013 22:26:18 +0000 Date: Mon, 11 Nov 2013 22:26:18 +0000 (UTC) From: "Thiago Maia (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33862) Modal Popup with Group or subclass root freezes the app 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-33862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13819512#comment-13819512 ] Thiago Maia commented on FLEX-33862: ------------------------------------ Hi I tested using the nightly build and it worked very well. thanks > Modal Popup with Group or subclass root freezes the app > ------------------------------------------------------- > > Key: FLEX-33862 > URL: https://issues.apache.org/jira/browse/FLEX-33862 > Project: Apache Flex > Issue Type: Bug > Components: PopUp Manager > Affects Versions: Apache Flex 4.11.0 > Environment: Windows 8, Eclipse, Apache 4.11.0 FP 11.9 AIR 3.9 eb_US > Reporter: Thiago Maia > Fix For: Apache Flex 4.12.0 > > > Expected behavior: > Open a modal popup and click in the button, once release the click the button is still working > Actual behavior: > When a open modal popup, if click in the button, it freezes. > ---------------------------------------------------------------------------------------- > The online example is here: > http://www.a00s.com/teste2013/teste2013.html > The eclipse project with the issue example is here: > http://www.a00s.com/teste2013/teste2013.zip > ------------------------------------------- > I have two files > File A) > var opopup:Mensagem = Mensagem(PopUpManager.createPopUp(this,Mensagem,true,PopUpManagerChildList.POPUP)); > File B)Mensagem.mxml > > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:ns1="com.adobe.flex.extras.controls.*" > xmlns:components="org.flashcommander.components.*" > xmlns:flexlib="http://code.google.com/p/flexlib/" > xmlns:mx="library://ns.adobe.com/flex/mx" > y="100"> > > > How you can see in file B I left just a button to be able to check if I still can click on it. > on (Apache 4.10.0 FP 11.8 AIR 3.8 en_US) no problem > on (Apache 4.11.0 FP 11.9 AIR 3.9 eb_US) it freezes and eventually the button will work again or will crash the chrome. > To stop the problem I can do that > if I change from true to false it works. Maybe the issue can be in this part > var opopup:Mensagem = Mensagem(PopUpManager.createPopUp(this,Mensagem,true,PopUpManagerChildList.POPUP)); > var opopup:Mensagem = Mensagem(PopUpManager.createPopUp(this,Mensagem,false,PopUpManagerChildList.POPUP)); > thanks -- This message was sent by Atlassian JIRA (v6.1#6144)