www

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

commit ce834fc5f33d972b2c839afb784574e7400cdb65
parent 94271325d7179976df0fa2ea1201c84aa39c58aa
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 14 Apr 2018 09:54:55 -0400

Don't focus previous row when choosing autocompleted creator

https://forums.zotero.org/discussion/71310/

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

diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml @@ -1622,8 +1622,8 @@ textbox.getAttribute('fieldname').split('-'); if (stayFocused) { - this._lastTabIndex = parseInt(textbox.getAttribute('ztabindex')) - 1; - this._tabDirection = 1; + this._lastTabIndex = parseInt(textbox.getAttribute('ztabindex')); + this._tabDirection = false; } var creator = Zotero.Creators.get(creatorID);