diff --git a/mozilla/xpfe/global/resources/content/bindings/tabbrowser.xml b/mozilla/xpfe/global/resources/content/bindings/tabbrowser.xml index 386e64d8506..8a774947f3f 100644 --- a/mozilla/xpfe/global/resources/content/bindings/tabbrowser.xml +++ b/mozilla/xpfe/global/resources/content/bindings/tabbrowser.xml @@ -222,7 +222,8 @@ var canvas = aPopup.lastChild.firstChild; canvas.parentNode.hidden = true; - if (!this.mPrefs.getBoolPref("browser.tabs.tooltippreview.enable")) { + if (tab == this.mCurrentTab || + !this.mPrefs.getBoolPref("browser.tabs.tooltippreview.enable")) { label.removeAttribute("width"); aPopup.removeAttribute("tabpreview"); return true;