зеркало из https://github.com/mozilla/gecko-dev.git
bug #86517 Landing of Accessible_052901_Branch4 sr=waterson
r= lots, see bug
This commit is contained in:
Родитель
1077cad7bc
Коммит
5012b30ed0
|
@ -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);"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче