From 7e5eecae6e3550c09e7ab690fca317d3be8abccd Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 24 Dec 2008 14:57:37 +0000 Subject: [PATCH] Add 1/4-second delay to advanced search autocomplete --- chrome/content/zotero/bindings/zoterosearch.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/bindings/zoterosearch.xml b/chrome/content/zotero/bindings/zoterosearch.xml index 365654111..7fd085a0b 100644 --- a/chrome/content/zotero/bindings/zoterosearch.xml +++ b/chrome/content/zotero/bindings/zoterosearch.xml @@ -786,6 +786,7 @@ var textbox = document.getAnonymousNodes(this)[0]; textbox.setAttribute('type', 'autocomplete'); textbox.setAttribute('autocompletesearch', 'zotero'); + textbox.setAttribute('timeout', '250'); if (condition=='creator') {