[Pkg-mozext-commits] [tabmixplus] 06/51: Tooltip for Drag & Drop over tabs is not visible when the window is maximized

David Prévot taffit at moszumanska.debian.org
Mon Feb 2 18:36:45 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 cada3f8713f267db346e6df495124bad0d8550de
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Jan 1 20:32:41 2015 +0200

    Tooltip for Drag & Drop over tabs is not visible when the window is maximized
---
 chrome/content/minit/minit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/minit/minit.js b/chrome/content/minit/minit.js
index 4ef425c..67e724b 100644
--- a/chrome/content/minit/minit.js
+++ b/chrome/content/minit/minit.js
@@ -244,7 +244,7 @@ var TMP_tabDNDObserver = {
         let tooltip = document.getElementById("tabmix-tooltip");
         if (tooltip.state == "closed") {
           tooltip.label = this.gMsg;
-          tooltip.openPopup(document.getElementById("browser"), null, -1, -1, false, false);
+          tooltip.openPopup(document.getElementById("browser"), null, 1, 1, false, false);
         }
       }
     }

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