Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1.Run attached app
2.Click "ChangeText" button
Actual Results:
StageText dispatches "change" on programmatic Text change
TextField dispatches "valueCommit"
Expected Results:
"change" should be dispatched on user typing, and "valueCommit" on programmatic change
Workaround (if any):
Use "change" instead of "valueCommit"