diff --git a/chrome/content/zotero/bibliography.js b/chrome/content/zotero/bibliography.js index 1568fd392..8a14cd195 100644 --- a/chrome/content/zotero/bibliography.js +++ b/chrome/content/zotero/bibliography.js @@ -83,11 +83,8 @@ var Zotero_File_Interface_Bibliography = new function() { selectIndex = 0; } - // Can't select below-the-fold listitems inline in Firefox 2, because that would be too easy - setTimeout(function () { - listbox.ensureIndexIsVisible(selectIndex); - listbox.selectedIndex = selectIndex; - }, 1); + listbox.ensureIndexIsVisible(selectIndex); + listbox.selectedIndex = selectIndex; // ONLY FOR bibliography.xul: export options if(document.getElementById("save-as-rtf")) { diff --git a/chrome/content/zotero/integration/addCitationDialog.xul b/chrome/content/zotero/integration/addCitationDialog.xul index ff81d02bd..be04cb804 100644 --- a/chrome/content/zotero/integration/addCitationDialog.xul +++ b/chrome/content/zotero/integration/addCitationDialog.xul @@ -55,8 +55,7 @@ -