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

The get type() method returns invalid string if nativeWindow.closed is true.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      No bug file; i'm just looking at code in WindowedApplication.as:

      public function get type():String

      { if (nativeWindow.closed) return "standard"; return nativeWindow.type; }

      Actual Results:
      It returns "standard" if the nativeWindow is closed.

      Expected Results:
      That is not one of the window types available. According to the NativeWindowType doc, possible values are:

      LIGHTWEIGHT : String = "lightweight"
      NORMAL : String = "normal"
      UTILITY : String = "utility"

      Workaround (if any):

      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: