Please file a bug with a simple but complete test case.

On 10/28/13 11:00 PM, "Thiago Maia" <[email protected]> wrote:

>Hi
>     I just found 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,PopUpManagerChildLis
>t.POPUP)); 
>
>
>thanks
>
>Thiago Maia
>> Hello
>>
>>        I have an issue that is making the popup freeze in Flex version
>> 4.11, not sure if can be a bug.
>>
>>        I have two files
>> File A)
>> var opopup:Mensagem =
>> 
>>Mensagem(PopUpManager.createPopUp(this,Mensagem,true,PopUpManagerChildLis
>>t.POPUP)); 
>>
>>
>> File B)Mensagem.mxml
>> <?xml version="1.0" encoding="utf-8"?>
>> <s:HGroup xmlns:fx="http://ns.adobe.com/mxml/2009";
>>           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">
>>     <s:Button x="201.8" y="73.1" label="asdf" id="asdfbggg" width="81"/>
>> </s:HGroup>
>>
>> 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.
>>
>> Is there anything else I can do to help collecting any other log?
>>
>> thanks
>>
>> Thiago Maia
>>
>>
>

Reply via email to