Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
Adobe Flex SDK 3.3 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Ensure that the DateField/DateChooser has the selectableRange property set to a valid set of date ranges
2. Click the DateField's calendar icon on the right to make the fly-out DateChooser appear
3. Click either the previous or next buttons in the fly-out DateChooser to navigate the months
Actual Results:
RTE:
TypeError: Error #1010: A term is undefined and has no properties.
at mx.controls::DateChooser/backMonthButton_buttonDownHandler()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\controls\DateChooser.as:2851]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9308]
at mx.controls::Button/http://www.adobe.com/2006/flex/mx/internal::buttonPressed()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\controls\Button.as:2504]
at mx.controls::Button/mouseDownHandler()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\controls\Button.as:2750]
OR
TypeError: Error #1010: A term is undefined and has no properties.
at mx.controls::DateChooser/fwdMonthButton_buttonDownHandler()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\controls\DateChooser.as:2821]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9308]
at mx.controls::Button/http://www.adobe.com/2006/flex/mx/internal::buttonPressed()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\controls\Button.as:2504]
at mx.controls::Button/mouseDownHandler()[C:\autobuild\3.3.0\frameworks\projects\framework\src\mx\controls\Button.as:2750]
Expected Results:
The DateField's fly-out DateChooser should navigate through the months, just as it does when the DateField has no value set for its selectableRange property