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

DateSpinner : in Date mode , when selectedDate has hour and minutes info, maxDate cannot work well

    XMLWordPrintableJSON

Details

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

    Description

      Steps to reproduce:
      1. Create a DateSpinner component
      2. Set DisplayMode to DATE mode.
      3. Set maxDate and selectedDate in application creationComplete handler , such as:
      public function init_app():void

      { ds1.maxDate = new Date ( 2012 , 11, 29 ) ; ds1.selectedDate = new Date ( 2012,11,28,3,50) ; }

      4. Run this application.

      Actual Results:

      Dec 29 is disabled , and not selected . please see attached picture .

      Expected Results:

      maxDate , Dec 29 should be selected. And in Date mode , it should ignore or reset those hours and minutes seeting .

      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: