You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Sateesh Jaladi (JIRA)" <ji...@apache.org> on 2013/08/10 18:11:52 UTC

[jira] [Created] (FLEX-33662) Events not removing

Sateesh Jaladi created FLEX-33662:
-------------------------------------

             Summary: Events not removing
                 Key: FLEX-33662
                 URL: https://issues.apache.org/jira/browse/FLEX-33662
             Project: Apache Flex
          Issue Type: Bug
          Components: Spark: List
    Affects Versions: Apache Flex 4.11.0
            Reporter: Sateesh Jaladi


Events added as part of mxml can not be removed.  Even some of the events come default without creating them.  Add a list component and create handler for "applicationComplete" event in application tag and check if the list component is having event listener for "change", (using hasEventListener(Event.CHANGE)) it will exist even though I haven't added one.  Apart from this, If I add "changing" in List mxml like <s:List id="list" changing="changingHandler()" />, I cannot remove the listener for "changing" event, even if I  try to remove and test to see the same by using "hasEventListener('changing')" with the list component, its returning "true" only and never "false".  The generated actionscript gives a hint like its creating own listeners and if we use the same listener to remove in application tag we see the output for "hasEventListener('changing')" is false.

If you need details I can post the example files so that the problem will be clear enough to understand.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira