From f0bc0274f14867a2ffe638084ef424c81be7a60c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 22 Oct 2016 15:10:16 -0400 Subject: [PATCH] Fix renaming and deleting tags in tag selector --- chrome/content/zotero/bindings/tagselector.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index c15ada26e..89ebb0dc6 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -182,7 +182,7 @@ // Without the setTimeout, the popup gets immediately hidden // for some reason setTimeout(function () { - _popupNode = event.target; + _popupNode = event.originalTarget; this.id('tag-menu').openPopup( null, 'after_pointer',