PDA

View Full Version : [1.1] problems with comboBox and textField "change" event?



dolittle
30 Sep 2007, 2:15 AM
Hi,

I`ve tried to use the change event for a Ext.form.ComboBox. I switch between items in the box but the event just won`t fire. My comboBox is similar to the one in the extending ext class tutorial.

I have a textField with emptyText set to "please type your message".
When I focus the textField on the first time it fires the change event before I even type something although I could blur the field without changing the value.

Both of these are easy for me to handle and I`m not sure if they are bugs.

Thanks

evant
30 Sep 2007, 3:30 AM
If you're not sure they're bugs, don't post: http://extjs.com/forum/showthread.php?t=8887

mystix
30 Sep 2007, 6:37 PM
pls post a simplified test case. it's stated in that thread @evant mentioned.