Loading
Bug 1166825, do not focus the first item in the menu when open with F10,...
Bug 1166825, do not focus the first item in the menu when open with F10, helped by Samuel Thibault, r=enndeakin This is consistent with other apps and toolkits (GTK, LibreOffice), and gives blind people a better experience by providing a consistent desktop experience, and consistent behavior of the right arrow key regardless of the first focusable element. --- layout/xul/nsMenuBarListener.cpp | 2 +- layout/xul/nsXULPopupManager.cpp | 17 ++++++++++++++++- toolkit/content/tests/widgets/window_menubar.xul | 14 ++++++++------ 3 files changed, 25 insertions(+), 8 deletions(-)