jagdeepjain / sfapi

Automatically exported from code.google.com/p/sfapi
0 stars 0 forks source link

Change event is not triggered for any component #50

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a Flex Swiz based project (4.5)
2. Compile the project with latest sfapi.swc
3. Create a TextArea on the change event of it, disable or enable a button
4. The Change event is not triggered.

Expected output - The button should get disabled or enable on the change of 
TextArea
Observed output - The text area shows value, but cursor is still before the 
first char of entered text, also no change event is triggered hence the button 
does not get enabled\disabled.

sfapi 0.2.6/ Windows XP

Original issue reported on code.google.com by anup.b...@gmail.com on 22 Sep 2012 at 6:36