diff --git a/xpfe/appshell/src/nsWebShellWindow.cpp b/xpfe/appshell/src/nsWebShellWindow.cpp index dee1c0dcfda..04eccfbf43e 100644 --- a/xpfe/appshell/src/nsWebShellWindow.cpp +++ b/xpfe/appshell/src/nsWebShellWindow.cpp @@ -570,7 +570,7 @@ nsWebShellWindow::HandleEvent(nsGUIEvent *aEvent) nsCOMPtr focusedWindow; commandDispatcher->GetFocusedWindow(getter_AddRefs(focusedWindow)); if (focusedWindow) { - //commandDispatcher->SetSuppressFocus(PR_TRUE); + commandDispatcher->SetSuppressFocus(PR_TRUE); domWindow->Focus(); // This sets focus, but we'll ignore it. // A subsequent activate will cause us to stop suppressing. break;