From 41fe8365a9e24ab9a9d25f64fca76d1c981ef9c9 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 10 Jun 2016 19:21:54 -0400 Subject: [PATCH] Fix #1027, 5.0: Not possible anymore to add tags to notes Still a little weirdness in the tags popup that I'll clean up, but it should work now. --- chrome/content/zotero/bindings/noteeditor.xml | 42 +++++++++++-------- 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/chrome/content/zotero/bindings/noteeditor.xml b/chrome/content/zotero/bindings/noteeditor.xml index e255ae450..6925a2828 100644 --- a/chrome/content/zotero/bindings/noteeditor.xml +++ b/chrome/content/zotero/bindings/noteeditor.xml @@ -83,7 +83,7 @@ this._mode = val; document.getAnonymousNodes(this)[0].setAttribute('mode', val); - this._id('links').mode = val; + this._id('links-box').mode = val; ]]> @@ -92,7 +92,7 @@ @@ -111,7 +111,7 @@ this.parentItem = Zotero.Items.getByLibraryAndKey(this.item.libraryID, parentKey); } - this._id('links').item = this.item; + this._id('links-box').item = this.item; this.refresh(); ]]> @@ -121,10 +121,10 @@ @@ -412,14 +412,20 @@ + + + + +