diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index 4264e5b2c..97ae6dafa 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -914,6 +914,9 @@ if (tagObj.type) { elem.setAttribute('tagType', tagObj.type); } + // Take the tags out of the tab order so that tabbing moves from the collections + // pane to the items pane + elem.setAttribute('tabindex', "-1"); return elem; ]]> @@ -1157,14 +1160,15 @@