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

FallbackDateTimeFormatter - TypeError threw when call method getAvailableLocaleIDNames()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Adobe Flex SDK Previous
    • Spark: Formatters
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Browser: Internet Explorer 8.x
      Language Found: English

    Description

      Steps to reproduce:
      1.Create a FallbackDateTimeFormatter instance
      2.Call method getAvailableLocaleIDNames() of the FallbackDateTimeFormatter instance

      Actual Results:
      TypeError threw. Please refer to attachment for detail error info.

      Expected Results:
      The method should return "en-US"

      Investigation:
      In DateTimeFormatter source code line 357, the 'If' condition: (flash.globalization.DateTimeFormatter != null) return 'true'. As a result,it cannot jump into 'else' statement ( return _fallbackFormatter.getAvailableLocaleIDNames()

      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: