You are not logged in.
Pages: 1
When typing text in the search box for an ajax <select> dropdown, the previous searches are not canceled. So if you type fast enough, or the web server returns the ajax calls out of order, then you could get incomplete search results.
Below is the fix
--- ajax.function.php.orig 2010-01-20 15:35:02.000000000 +0000
+++ ajax.function.php 2010-01-20 15:35:05.000000000 +0000
@@ -199,6 +199,7 @@
// Get it from a Ext.Element object
//echo "Ext.onReady(function() {";
+ echo "Ext.get('$toupdate').getUpdater().abort();";
echo "Ext.get('$toupdate').load({
url: '$url',
scripts: true";
GLPI 0.72.3
Last edited by feystorm (2010-01-20 17:42:34)
Offline
Pages: 1