[ 
https://issues.apache.org/jira/browse/FLEX-34742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

rodrigo updated FLEX-34742:
---------------------------
    Description: 
flatspark textinput prevents it from being collected by gc

play:

* Add textinput with skin flatspark
* Remove
* You can see in the profiler that has not been removed


solution :

remove 


<fx:Style>
                @namespace s "library://ns.adobe.com/flex/spark";
                @namespace fb "http://ns.adobe.com/flashbuilder/2009";;
                @namespace spark "spark.skins.spark.*";
                
                *
                {
                        /*focusColor: #FFFFFF;
                        focusThickness: 1px;
                        focusAlpha: 1;*/
                        /*focusAlpha: 0;*/
                        errorColor: #E74C3C;
                }
        </fx:Style>


  was:
flatspark textinput prevents it from being collected by gc

play:

* Add textinput with skin flatspark
* Remove
* You can see in the profiler that has not been removed


> flatspark textinput prevents it from being collected by gc
> ----------------------------------------------------------
>
>                 Key: FLEX-34742
>                 URL: https://issues.apache.org/jira/browse/FLEX-34742
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FlatSpark
>    Affects Versions: Apache Flex 4.14.0
>         Environment: windows 7
>            Reporter: rodrigo
>
> flatspark textinput prevents it from being collected by gc
> play:
> * Add textinput with skin flatspark
> * Remove
> * You can see in the profiler that has not been removed
> solution :
> remove 
> <fx:Style>
>               @namespace s "library://ns.adobe.com/flex/spark";
>               @namespace fb "http://ns.adobe.com/flashbuilder/2009";;
>               @namespace spark "spark.skins.spark.*";
>               
>               *
>               {
>                       /*focusColor: #FFFFFF;
>                       focusThickness: 1px;
>                       focusAlpha: 1;*/
>                       /*focusAlpha: 0;*/
>                       errorColor: #E74C3C;
>               }
>       </fx:Style>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to