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 @@