Details
Description
Steps to reproduce:
1. Take the code from the last example on http://livedocs.adobe.com/flex/3/html/help.html?content=styles_08.html
2. Replace the Button with Label or Text
Actual Results:
The color of the text remains the same even when setStyle("color", null) is executed. It seems that the value is actually set to null, but the text color is not updated.
Expected Results:
The color should return to the default value, red.
Workaround:
Use clearStyle("color") instead