Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-28250

Hide "activate/deactivate" event from code hinting in View

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK Previous
    • Adobe Flex SDK Previous
    • Mobile: ViewNavigator
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Related SDK bug - SDK-31212
      Steps to reproduce:
      1. Create a new flex mobile project
      2. Type "activate" on the <s:View> tag

      Actual Results:
      FB generates a handler for the activate event which would never get called since the "activate" event is fired when the application itself gets activated.

      Expected Results:
      The view gets activated only after the application is active and hence this handler function in the view is never called. It would make sense to hide these events from code hinting so that developers dont use these events to handle any of view related functions.

      Workaround (if any):
      Use viewActivate or initialze or creationComplete events instead

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: