mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
Fix 205107: focus search box in history quicksearch box.
This commit is contained in:
parent
2dd4f76536
commit
7ab18c7188
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user