Fix to the menu. When menu shows up, remove the focus from the toolbar item.
git-svn-id: svn://10.0.0.236/trunk@192107 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1310,8 +1310,16 @@ function BrowserMenuSpin() {
|
||||
}
|
||||
|
||||
function MenuEnableEscapeKeys() {
|
||||
|
||||
// we remove the focus from the toolbar button to avoid a command_action (keyboard event) to
|
||||
// call the menu again.
|
||||
|
||||
document.getElementById("menu_MainPopup").focus();
|
||||
|
||||
// When popups are on, <key /> not working...bugs like https://bugzilla.mozilla.org/show_bug.cgi?id=55495
|
||||
|
||||
document.addEventListener("keypress",MenuHandleMenuEscape,true);
|
||||
|
||||
}
|
||||
|
||||
function MenuDisableEscapeKeys() {
|
||||
|
||||
Reference in New Issue
Block a user