зеркало из https://github.com/mozilla/pjs.git
Bug 343636 Can't navigator folder pane until you click it r=Mnyromyr
This commit is contained in:
Родитель
0e96cc6d19
Коммит
aa4b71bb78
|
@ -959,6 +959,8 @@ function OnLoadFolderPane()
|
|||
folderTreeBuilder.addObserver(folderObserver);
|
||||
folderTree.addEventListener("click",FolderPaneOnClick,true);
|
||||
folderTree.addEventListener("mousedown",TreeOnMouseDown,true);
|
||||
|
||||
folderTree.view.selection.currentColumn = folderTree.columns.getKeyColumn();
|
||||
}
|
||||
|
||||
// builds prior to 12-08-2001 did not have the labels column
|
||||
|
|
Загрузка…
Ссылка в новой задаче