From 6efc491e660bc7fc2413daf22703931f3b4f9a0d Mon Sep 17 00:00:00 2001 From: YUKI Hiroshi Date: Thu, 19 Mar 2015 11:20:52 +0900 Subject: [PATCH] Cancel previous scroll before scroll to tab group --- modules/browser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/browser.js b/modules/browser.js index 5cf12256..9a91e0ed 100644 --- a/modules/browser.js +++ b/modules/browser.js @@ -6760,6 +6760,8 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, { break; } + this.cancelPerformingAutoScroll(true); + if (this.isTabInViewport(firstTab) && this.isTabInViewport(lastVisible)) return;