Fix 205107: focus search box in history quicksearch box.

This commit is contained in:
blakeross%telocity.com 2004-02-21 11:11:29 +00:00
parent 2dd4f76536
commit 7ab18c7188

View File

@ -64,8 +64,7 @@ function HistoryCommonInit()
// If it's empty, this will do the right thing and just group by the old grouping.
searchHistory(gSearchBox.value);
gHistoryTree.focus();
gHistoryTree.treeBoxObject.view.selection.select(0);
gSearchBox.focus();
}
function historyOnSelect()