Bug 823325 - Call blur() on onfocused browser. r=mfinkle

This commit is contained in:
Brian Nicholson 2012-12-20 20:46:23 -08:00
parent b39f9fb583
commit 3866a0c021

View File

@ -2812,6 +2812,7 @@ Tab.prototype = {
this.browser.docShellIsActive = true;
} else {
this.browser.setAttribute("type", "content-targetable");
this.browser.blur();
this.browser.docShellIsActive = false;
}
},