From fbc2583433deaf11c6fc0a99a7e4d30b5e3775a0 Mon Sep 17 00:00:00 2001 From: Abe Jellinek Date: Thu, 4 Aug 2022 17:02:41 -0400 Subject: [PATCH] fx-compat: Item box: Fix tabbing --- chrome/content/zotero/elements/itemBox.js | 1 - 1 file changed, 1 deletion(-) diff --git a/chrome/content/zotero/elements/itemBox.js b/chrome/content/zotero/elements/itemBox.js index 01be9351f3..dd7bc8dd6b 100644 --- a/chrome/content/zotero/elements/itemBox.js +++ b/chrome/content/zotero/elements/itemBox.js @@ -1816,7 +1816,6 @@ Zotero.debug(`Hiding editor for ${textbox.getAttribute('fieldname')}`); var label = textbox.closest('tr').querySelector('th'); - this._lastTabIndex = -1; // Prevent autocomplete breakage in Firefox 3 if (textbox.mController) {