diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index 647f13eb83..11d536e18a 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -1462,7 +1462,11 @@ params.creatorTypeID = creatorTypeID; } + // Return t.setAttribute('ontextentered', + 'document.getBindingParent(this).handleCreatorAutoCompleteSelect(this, true)'); + // Tab/Shift-Tab + t.setAttribute('onchange', 'document.getBindingParent(this).handleCreatorAutoCompleteSelect(this)'); }; t.setAttribute( @@ -1517,6 +1521,7 @@ --> +