27526 - focus tree widget in profile manager on startup.

This commit is contained in:
ben%netscape.com 2000-07-12 07:07:55 +00:00
Родитель 607c1adb23
Коммит 4ee95726ba
2 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -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();">