מדיה ויקי:Gadget-AutoComplete.js: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
ערן (שיחה | תרומות)
מ ביטול התפריט האופקי, הפיכת התפריט לשקוף חלקית
ערן (שיחה | תרומות)
מאין תקציר עריכה
שורה 88:
});
}
 
 
ctrl.autocomplete( {
source: function( request, response ) {
findLinksif(response!fixArrowsBug(this));
fixArrowsBug findLinks(thisresponse);
},
focus:function(){return false;},
שורה 116 ⟵ 114:
//this is hack to prevent known serious bug in autocomplete.js that prevent default of the up and down key which may drive you crazy....
function fixArrowsBug(self){
if(fixed) return false;
fixed=true;
ctrl.unbind("keydown.autocomplete");
שורה 180 ⟵ 178:
}
});
return true;
}
}