From e10d049428c38008035f79b46c1edd384b0a4da1 Mon Sep 17 00:00:00 2001 From: Will S Date: Thu, 15 Dec 2011 19:36:43 -0500 Subject: [PATCH] Fix minor bug that made shift+tab on a final, blank tab jump back two indices instead of one --- chrome/content/zotero/bindings/tagsbox.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/bindings/tagsbox.xml b/chrome/content/zotero/bindings/tagsbox.xml index 771766514..8ee7d5f94 100644 --- a/chrome/content/zotero/bindings/tagsbox.xml +++ b/chrome/content/zotero/bindings/tagsbox.xml @@ -467,7 +467,7 @@ else { id = tagsbox.add(value); } - if (!id) { + if (!id && (this._tabDirection==1)) { this._lastTabIndex--; } } @@ -752,4 +752,4 @@ - + \ No newline at end of file