mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 823325 - Call blur() on onfocused browser. r=mfinkle
This commit is contained in:
parent
b39f9fb583
commit
3866a0c021
@ -2812,6 +2812,7 @@ Tab.prototype = {
|
||||
this.browser.docShellIsActive = true;
|
||||
} else {
|
||||
this.browser.setAttribute("type", "content-targetable");
|
||||
this.browser.blur();
|
||||
this.browser.docShellIsActive = false;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user