davidverm
31 Jul 2013, 12:44 AM
Hi,
After upgrading to ExtJS 4.2.1 I noticed some differences in the code for the select function for the Ext.form.field.ComboBox. It seems like the doSelect variable has been made obsolete and the fireSelect has been introduced. However the fireSelect has not been initialized and doSelect is still dangling there.
In some cases when there is no picker the fireSelect not being initialized is causing some issues for us.
Thanks,
David.
After upgrading to ExtJS 4.2.1 I noticed some differences in the code for the select function for the Ext.form.field.ComboBox. It seems like the doSelect variable has been made obsolete and the fireSelect has been introduced. However the fireSelect has not been initialized and doSelect is still dangling there.
In some cases when there is no picker the fireSelect not being initialized is causing some issues for us.
Thanks,
David.