PDA

View Full Version : [2.0a1] SVN 1080 possible bug at combobox



ftftft
3 Oct 2007, 10:26 AM
I could create a combox with the latest code from SVN 1080. It works with Ext 2.0 Alpha 1.

It said config is not defined.


this.selectedIndex = -1;
if(this.mode == 'local'){
if(config.queryDelay === undefined){
this.queryDelay = 10;
}
if(config.minChars === undefined){
this.minChars = 0;
}
}

jsakalos
3 Oct 2007, 11:33 AM
Hmmm, sounds strange

I've just tested with rev 1080 (I have combos in editor grid) and all combos work w/o any problem.

Do you have more info on the problem?

stever
3 Oct 2007, 11:50 AM
See this post:

http://extjs.com/forum/showthread.php?p=69366#post69366