diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index ec0da47fdb..8713d189ec 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -1983,7 +1983,9 @@ var ZoteroPane = new function() Zotero.debug("Told to select in library; switching to library"); this.collectionsView.selectLibrary(item.libraryID); } - + // Focus the items column before selecting the item. + document.getElementById('zotero-items-tree').focus(); + var selected = this.itemsView.selectItem(itemID, expand); if (!selected) { if (item.deleted) {