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

DateSpinner: when setting a big year like 9999 year as selectedDate , no date in Date list in dateAndTime mode .

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Create a Flex mobile project in Flex builder and use DateSpinner.
      2. Set mode to DATE_AND_TIME like :
      <s:DateSpinner id="ds1" displayMode="

      {DateSelectorDisplayMode.DATE_AND_TIME}

      " />
      3. Set selectedDate in application createionComplete handler , for example :
      public function init_app():void

      { ds1.selectedDate = new Date ( 9999,5,1,21, 30) ; }

      Actual Results:

      Date list is empty , and no date list on there , please see attached picture .

      Expected Results:

      date should be shown correctly.

      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: