From 045554dd8e58a8a02bbac2cf621790db67797944 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 13 Apr 2016 01:59:27 -0400 Subject: [PATCH] Fix #926 again with async DB --- chrome/content/zotero/bindings/itembox.xml | 131 +++++++++++---------- 1 file changed, 67 insertions(+), 64 deletions(-) diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index 230086183a..d1abc6ed7e 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -1565,76 +1565,79 @@ @@ -1916,7 +1919,7 @@ // a refresh), close it manually if (textbox && textbox.parentNode) { elem = this.createValueElement( - this.item.getField(fieldName), + newVal, fieldName, tabindex );