зеркало из https://github.com/mozilla/pjs.git
27526 - focus tree widget in profile manager on startup.
This commit is contained in:
Родитель
607c1adb23
Коммит
4ee95726ba
|
@ -56,7 +56,10 @@ function StartUp()
|
|||
}
|
||||
catch(e) {
|
||||
}
|
||||
|
||||
|
||||
var profileTree = document.getElementById("profiles");
|
||||
profileTree.focus();
|
||||
|
||||
DoEnabling();
|
||||
}
|
||||
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
|
||||
<window
|
||||
xmlns:html="http://www.w3.org/1999/xhtml"
|
||||
width="475" height="335"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="color-dialog profile"
|
||||
title="&windowtitle.label;"
|
||||
align="vertical"
|
||||
orient="vertical"
|
||||
style="width: 475px; height: 335px; user-focus: ignore"
|
||||
onclose="onExit();"
|
||||
onload="StartUp();">
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче