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. Set a ColorPicker's color to a value in the dataProvider (say Green) by clicking on the color from the drop down swatch list.
2. Set the same ColorPicker's color to a value not in the dataProvider (say Light Steel Blue) by typing in the color code via text input.
3. Set the same ColorPicker's color back to the original value (Green) again using the drop down swatch list.
Actual Results:
ColorPicker's selectedColor property retains the value from step 2 (Light Steel Blue)
Expected Results:
ColorPicker's selectedColor property changes back to the original color (Green)
Workaround (if any):
Type in the color code from the original color instead of selecting the color in the drop down swatch list in step 3. Or select a third color that is in the dataProvider as step 2.5.