[Pkg-mozext-commits] [tabmixplus] 18/47: [e10s] Follow up bug 1050447 - Address bar lost focus after opening a new tab using Electrolysis
David Prévot
taffit at moszumanska.debian.org
Fri Sep 26 20:57:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch upstream
in repository tabmixplus.
commit be972865dcff1ec84d661a5b89d4feddab303a26
Author: onemen <tabmix.onemen at gmail.com>
Date: Sat Sep 20 00:44:37 2014 +0300
[e10s] Follow up bug 1050447 - Address bar lost focus after opening a new tab using Electrolysis
---
chrome/content/links/userInterface.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/chrome/content/links/userInterface.js b/chrome/content/links/userInterface.js
index 1cc9f81..c7d231d 100644
--- a/chrome/content/links/userInterface.js
+++ b/chrome/content/links/userInterface.js
@@ -211,6 +211,8 @@ Tabmix.clearUrlBar = function TMP_clearUrlBar(aTab, aUrl, aTimeOut) {
}
// don't try to focus urlbar on popup
if (aTab.selected && window.toolbar.visible) {
+ if (this.isVersion(340) && gMultiProcessBrowser)
+ aTab._skipContentFocus = true;
if (aTimeOut)
setTimeout(function () {focusAndSelectUrlBar();}, 30);
else
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git
More information about the Pkg-mozext-commits
mailing list