bug #86517 Landing of Accessible_052901_Branch4 sr=waterson

r= lots, see bug
This commit is contained in:
jgaunt%netscape.com 2006-09-14 05:58:57 +00:00
Родитель 1077cad7bc
Коммит 5012b30ed0
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -1318,6 +1318,13 @@ function URLBarBlurHandler(aEvent)
gURLBar.setSelectionRange(0, 0);
}
function URLBarKeyupHandler(aEvent)
{
if (aEvent.keyCode == aEvent.DOM_VK_TAB ) {
ShowAndSelectContentsOfURLBar();
}
}
// This function gets the "windows hooks" service and has it check its setting
// This will do nothing on platforms other than Windows.
function checkForDefaultBrowser()

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

@ -165,6 +165,7 @@ Contributor(s): ______________________________________. -->
ontextcommand="return handleURLBarCommand(userAction);"
ontextrevert="return handleURLBarRevert();"
onmouseup="URLBarMouseupHandler(event);"
onkeyup="URLBarKeyupHandler(event);"
onblur="URLBarBlurHandler(event);">
<image id="page-proxy-button" allowevents="true"
ondraggesture="PageProxyDragGesture(event);"/>