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

DateSpinner: when setting small range to minDate/maxDate , month list don't show month name.

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:

      1. Set the following minDate/maxDate :
      ds1.minDate = new Date ( 2011, 6, 20 ) ;
      ds1.maxDate = new Date ( 2011, 6, 22 ) ;
      ds1.selectedDate = new Date ( 2011, 6, 21 ) ;

      I can see some strange number in Month list , such as "31" . please see picture smallRange-1.jpg

      2. If I set the following minDate/maxDate :
      ds1.minDate = new Date ( 2011, 6, 20 ) ;
      ds1.maxDate = new Date ( 2011, 8, 22 ) ;
      ds1.selectedDate = new Date ( 2011, 6, 21 ) ;
      Then I can see that number "19" in Month list , please see attached picture smallRange-2.jpg.

      Actual Results:
      Number is shown in Month list.

      Expected Results:
      Month name like "May" , "Jun" should be shown in Month list.

      I think this is a regression , I didn't see this in previous sandbox build.

      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: