[
https://issues.apache.org/jira/browse/FLEX-27652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Mclean resolved FLEX-27652.
----------------------------------
Resolution: Fixed
Fix Version/s: Apache Flex 4.10.0
Checked into develop branch
> DateChooser displays incorrect month label
> ------------------------------------------
>
> Key: FLEX-27652
> URL: https://issues.apache.org/jira/browse/FLEX-27652
> Project: Apache Flex
> Issue Type: Bug
> Components: mx: DateChooser
> Affects Versions: Adobe Flex SDK Previous
> Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Language Found: English
> Reporter: Adobe JIRA
> Labels: easyfix, easytest
> Fix For: Apache Flex 4.10.0
>
>
> Steps to reproduce:
> 1. Open the attached project and run
> 2. Click the button
> 3. DateChooser displayed as a popup, current year and calendar correct, but
> month label incorrect
> 4. Return to project and uncomment line 19, then repeat steps 1-3
> 5. Note now that month displays correctly
>
> Actual Results:
> Instead of the current month displaying in the label, the label displays
> "September". This is because September is the longest month in terms of
> number of characters, and text fields text property is set to this value
> during setMonthWidth, but never reset back to original value.
>
> Expected Results:
> Label displays correct month
>
> Workaround (if any):
> Need to call invalidateDisplayList on the DateChooser at a later time
--
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