diff --git a/chrome/content/zotero/itemPane.js b/chrome/content/zotero/itemPane.js index 205c0d5a2..3dae579ac 100644 --- a/chrome/content/zotero/itemPane.js +++ b/chrome/content/zotero/itemPane.js @@ -864,6 +864,9 @@ var ZoteroItemPane = new function() function showEditor(elem) { + // Blur any active fields + _dynamicFields.focus(); + //Zotero.debug('Showing editor'); var fieldName = elem.getAttribute('fieldname');