[Pkg-mozext-commits] [tabmixplus] 31/56: Moving a tab to a different window leaves other tabs shifted in the source window - add missed call to _finishAnimateTabMove from bug 786593

David Prévot taffit at moszumanska.debian.org
Mon Jun 6 00:02:35 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 c415eb976969812a5a5464ef114cb47d08f7c724
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat May 14 11:12:37 2016 +0300

    Moving a tab to a different window leaves other tabs shifted in the source window - add missed call to _finishAnimateTabMove from bug 786593
---
 chrome/content/minit/minit.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/minit/minit.js b/chrome/content/minit/minit.js
index 382a5e7..301ef0a 100644
--- a/chrome/content/minit/minit.js
+++ b/chrome/content/minit/minit.js
@@ -443,6 +443,7 @@ var TMP_tabDNDObserver = {
       gBrowser.moveTabTo(newTab, newIndex);
 
       gBrowser.selectedTab = newTab;
+      draggedTab.parentNode._finishAnimateTabMove();
       gBrowser.swapBrowsersAndCloseOther(newTab, draggedTab);
       gBrowser.updateCurrentBrowser(true);
     } 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