www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit e10d049428c38008035f79b46c1edd384b0a4da1
parent 86fa29bf140d9fa63d4f22f5bbefdb91cb3911bd
Author: Will S <terribleangel@gmail.com>
Date:   Thu, 15 Dec 2011 19:36:43 -0500

Fix minor bug that made shift+tab on a final, blank tab jump back two indices instead of one

Diffstat:
Mchrome/content/zotero/bindings/tagsbox.xml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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 @@ </xul:scrollbox> </content> </binding> -</bindings> +</bindings> +\ No newline at end of file