diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 1cbd0f54d..50dd6a0f3 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -951,6 +951,9 @@ var ZoteroPane = new function() this.showCollectionLookup = Zotero.Promise.coroutine(function* (parentKey) { var collectionsLookupTextbox = document.getElementById('zotero-collection-lookup-textbox'); collectionsLookupTextbox.hidden = !collectionsLookupTextbox.hidden; + if (!collectionsLookupTextbox.hidden) { + collectionsLookupTextbox.focus(); + } this.updateCollectionLookupToolbarButton(); }); this.updateCollectionLookupToolbarButton = function () {