didn't work on Firefox 3.6
This commit is contained in:
parent
0cb0cb92a4
commit
867bd4d5f9
@ -64,7 +64,7 @@ FullTooltipManager.prototype = {
|
|||||||
get tabTooltip()
|
get tabTooltip()
|
||||||
{
|
{
|
||||||
return this.document.getElementById('tabbrowser-tab-tooltip') || // Firefox 4.0-
|
return this.document.getElementById('tabbrowser-tab-tooltip') || // Firefox 4.0-
|
||||||
this.evaluateXPath('descendant::xul:tooltip', this.mTabBrowser.mStrip, Ci.nsIDOMXPathResult.FIRST_ORDERED_NODE_TYPE).singleNodeValue; // -Firefox 3.6
|
this.evaluateXPath('descendant::xul:tooltip', this.owner.browser.mStrip, Ci.nsIDOMXPathResult.FIRST_ORDERED_NODE_TYPE).singleNodeValue; // -Firefox 3.6
|
||||||
},
|
},
|
||||||
|
|
||||||
get tabFullTooltip()
|
get tabFullTooltip()
|
||||||
|
Loading…
Reference in New Issue
Block a user