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

return missing in function getAutomationChildAt of file SparkVideoPlayerAutomationImpl.as

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 4.6 (Release)
    • None
    • Spark Components
    • None
    • Affected OS(s): Windows
      Affected OS(s): Windows 7
      Language Found: English

    Description

      I am creating a testing tool for flex and discover during my tests that the function getAutomationChildAt in file SparkVideoPlayerAutomationImpl.as always return null.

      I look at the source code and verify that the function is missing a return and should be :

      override public function getAutomationChildAt(index:int):IAutomationObject

      { var arr:Array = getAutomationChildren(); if (arr && (arr.length < index)) return arr[index]; return null; }

      I would need a new automation_spark.swc library for validate my tool. Could you tell me how I can recompile the library.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: