From 5f8efa0e2ea2f05a984134612bf694dd1f421b28 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 28 Mar 2011 10:14:27 +0000 Subject: [PATCH] - Tab was skipping title and creator fields in Firefox 4 - Fix loss of items list focus when navigating with arrow keys after shift-tabbing out of item pane --- chrome/content/zotero/bindings/itembox.xml | 28 ++++++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index ce74db2dc..69de37ecb 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -198,10 +198,10 @@ 10 - 0 + 0 1000 - 0 - 0 + 0 + 0 @@ -450,7 +450,7 @@ // Move to next or previous field if (shift-)tab was pressed if (this._lastTabIndex && this._tabDirection) { - this._focusNextField('info', this._dynamicFields, this._lastTabIndex, this._tabDirection == -1); + this._focusNextField('info', this._dynamicFields, this._lastTabIndex, this._tabDirection == -1); } ]]> @@ -1490,6 +1490,23 @@ + + + + + + + + @@ -2070,6 +2087,7 @@ + onkeypress="if (event.keyCode == event.DOM_VK_TAB) { document.getBindingParent(this).itemTypeMenuTab(event); }">