prophet
27 Mar 2007, 1:48 PM
I get this error when I click the expand/toggle arrow on the FIRST LOAD of the page:
---------------------------
Error
---------------------------
A Runtime Error has occurred.
Do you wish to Debug?
Line: 19403
Error: Unspecified error.
---------------------------
Yes No
---------------------------
Line 19403 (in ext-all-debug.js):
onLoad : function(){
if(!this.hasFocus){
return;
}
if(this.store.getCount() > 0){
this.expand();
this.restrictHeight();
if(this.listAlign.indexOf('?') != -1){ this.list.alignTo(this.el, this.listAlign);
}
if(this.lastQuery == this.allQuery){
if(this.editable){
this.el.dom.select(); // <------ THIS IS THE LINE (19403)
}
if(!this.selectByValue(this.value, true)){
this.select(0, true);
}
}else{
this.selectNext();
if(this.typeAhead && this.lastKey != Ext.EventObject.BACKSPACE && this.lastKey != Ext.EventObject.DELETE){
this.taTask.delay(this.typeAheadDelay);
}
}
}else{
this.onEmptyResults();
}
}
Any ideas? :?:
---------------------------
Error
---------------------------
A Runtime Error has occurred.
Do you wish to Debug?
Line: 19403
Error: Unspecified error.
---------------------------
Yes No
---------------------------
Line 19403 (in ext-all-debug.js):
onLoad : function(){
if(!this.hasFocus){
return;
}
if(this.store.getCount() > 0){
this.expand();
this.restrictHeight();
if(this.listAlign.indexOf('?') != -1){ this.list.alignTo(this.el, this.listAlign);
}
if(this.lastQuery == this.allQuery){
if(this.editable){
this.el.dom.select(); // <------ THIS IS THE LINE (19403)
}
if(!this.selectByValue(this.value, true)){
this.select(0, true);
}
}else{
this.selectNext();
if(this.typeAhead && this.lastKey != Ext.EventObject.BACKSPACE && this.lastKey != Ext.EventObject.DELETE){
this.taTask.delay(this.typeAheadDelay);
}
}
}else{
this.onEmptyResults();
}
}
Any ideas? :?: