Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK 4.0 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Run StateBug.mxml
Actual Results:
edit_enterStateHandler is never called
Expected Results:
edit_enterStateHandler is called
Workaround (if any):
call super.commitProperties() at the bottom of your overridden commitProperties() method.