Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Firefox 3.x
Language Found: English
Description
Steps to reproduce:
1.add an instance of spark.formatters.CurrencyFormatter in Declarations tag.
2.add a method to set "currencySymbol" property value to "$"
3.run this method twice.
Actual Results:
change event will only be dispatched when different value is set to a property.
Expected Results:
"change" event dispatched every time.
Workaround (if any):