[ 
https://issues.apache.org/jira/browse/FLEX-16676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Mclean resolved FLEX-16676.
----------------------------------

    Resolution: Fixed

Checked into develop branch.
                
> When setting the date range for the DataPicker,it will not correctly update 
> the datechooser's property "selectedranges" on the first day
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-16676
>                 URL: https://issues.apache.org/jira/browse/FLEX-16676
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: mx: DateChooser
>    Affects Versions: Adobe Flex SDK 3.1 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Language Found: English
>            Reporter: Adobe JIRA
>            Priority: Minor
>
> Steps to reproduce:
> 1. Create aDateChooser with a date range
> 2. Clicking on the first day in the selectable date range,
>  
>  Actual Results:
> The datechooser's property "selectedranges" will not correctly update with 
> ranges when you click on the first day in the range.
>  
>  Expected Results:
>  Date ranges are populated.
>  
>  Workaround (if any):
>  Move the date range 1 day earlier and set that date to be disabled:
>                 myDC.selectableRange = {rangeStart: new Date(2008,10,9), 
>                     rangeEnd: new Date(2008,10,20)};                  
>                       myDC.disabledRanges = new Array({rangeEnd: new 
> Date(2008, 10, 9)});

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to