Fix smoketest blocker. bug 82141. r=saari, sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@95887 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3925,9 +3925,11 @@ nsDocShell::SetupNewViewer(nsIContentViewer * aNewViewer)
|
||||
|
||||
// See the book I wrote above regarding why the focus controller is
|
||||
// being used here. -- hyatt
|
||||
if (focusController)
|
||||
if (focusController) {
|
||||
focusController->SetFocusedElement(nsnull);
|
||||
focusController->SetSuppressFocus(PR_FALSE,
|
||||
"Win32-Only Link Traversal Issue");
|
||||
}
|
||||
|
||||
mContentViewer = aNewViewer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user