[Pkg-mozext-commits] [tabmixplus] 38/61: Backed out changeset: 2eb1a62c541f, The regression was fixed by bug 1190209 - tabbox.xml should still set the visuallyselected attribute

David Prévot taffit at moszumanska.debian.org
Fri Aug 28 19:09:20 UTC 2015


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 4aae3db714eac40139e4f71567f5f09a37439695
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Aug 6 00:10:10 2015 +0300

    Backed out changeset: 2eb1a62c541f, The regression was fixed by bug 1190209 - tabbox.xml should still set the visuallyselected attribute
---
 chrome/content/preferences/preferences.js | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/chrome/content/preferences/preferences.js b/chrome/content/preferences/preferences.js
index 7dd485c..ea8e0ef 100644
--- a/chrome/content/preferences/preferences.js
+++ b/chrome/content/preferences/preferences.js
@@ -230,17 +230,6 @@ var gPrefWindow = { // jshint ignore:line
     }
     else if (preference.value != tabs.selectedIndex)
       preference.valueFromPreferences = tabs.selectedIndex;
-
-    // workaround the regression from bug 1187219, missing visuallyselected
-    if (Tabmix.isVersion(420)) {
-      for (let tab of tabs.childNodes) {
-        if (!tab.selected && tab.hasAttribute("visuallyselected")) {
-          tab.removeAttribute("visuallyselected");
-          break;
-        }
-      }
-      tabs.selectedItem.setAttribute("visuallyselected", true);
-    }
   },
 
   afterShortcutsChanged: function() {

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