Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1. Run the attached SWF or compile and run the attached MXML file
2. Click the slider track
Actual Results:
If you watch the label while the Slider thumb animates you will see decimal values displayed.
NOTE: The slider value itself does respect stepSize and valueInterval, this only occurs while the thumb is animating and is only evident if the value is being displayed by some other component.
Expected Results:
Only multiples of 1 (as specified by the valueInterval and stepSize properties) should be displayed
Workaround (if any):