[Pkg-mozext-commits] [tabmixplus] 44/73: Don't inherits tab scroll by 'Open Link in Duplicated Tab' command

David Prévot taffit at moszumanska.debian.org
Mon May 9 02:30:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit bdd779cb01db5e6d34da4d0ae273e7138991d500
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Apr 19 08:42:04 2016 +0300

    Don't inherits tab scroll by 'Open Link in Duplicated Tab' command
---
 chrome/content/minit/tablib.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/minit/tablib.js b/chrome/content/minit/tablib.js
index 00f9b78..8dfea21 100644
--- a/chrome/content/minit/tablib.js
+++ b/chrome/content/minit/tablib.js
@@ -1022,6 +1022,7 @@ var tablib = { // eslint-disable-line
           if (Tabmix.ContentClick.isUrlForDownload(aHref))
             newTab.addEventListener("SSTabRestored", urlForDownload, true);
           else {
+            delete tabState.scroll;
             addNewHistoryEntry();
             newTab.addEventListener("SSTabRestored", updateNewHistoryTitle, true);
           }

-- 
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