Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Import the attached project.
2. Run the app.
3. Click on the icon to see the calendar pop up.
4. Select today's date
5. Again Click on the icon to see the calendar pop up.
Actual Results:
Today's date shows up as blue greyish.
Expected Results:
Today's date shows up as orange.. because selectionColor is set to #e28000;
selection color should override todayColor.
better yet todayColor should be exposed in spark theme, so it can be defined without the compiler warning.
Workaround (if any):
Add todayColor : #e28000;
But then you will get a compiler warning:
Description Resource Path Location Type
The style 'todayColor' is only supported by type 'mx.controls.DateField' with the theme(s) 'halo'. DateFieldStyle.mxml /DateFieldStyle/src line 19 Flex Problem