Commit 5df63fb8 authored by estade's avatar estade Committed by Commit bot

When switching the visible uber frame, also switch focus.

BUG=414595

Review URL: https://codereview.chromium.org/608923002

Cr-Commit-Position: refs/heads/master@{#297238}
parent f95e7311
......@@ -368,6 +368,7 @@ cr.define('uber', function() {
var selectedFrame = getSelectedIframe().querySelector('iframe');
uber.invokeMethodOnWindow(selectedFrame.contentWindow, 'frameSelected');
selectedFrame.contentWindow.focus();
if (historyOption != HISTORY_STATE_OPTION.NONE)
changePathTo({}, path, historyOption);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment