エラーになっていたのを修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4092 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
cc3f5a9bbc
commit
1c8589c251
@ -3453,7 +3453,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
|
|
||||||
showHideTabbarInternal : function(aReason)
|
showHideTabbarInternal : function(aReason)
|
||||||
{
|
{
|
||||||
fullScreenCanvas.show();
|
fullScreenCanvas.show(document.getElementById('appcontent'));
|
||||||
var b = this.mTabBrowser;
|
var b = this.mTabBrowser;
|
||||||
|
|
||||||
var pos = this.mTabBrowser.getAttribute(this.kTABBAR_POSITION);
|
var pos = this.mTabBrowser.getAttribute(this.kTABBAR_POSITION);
|
||||||
@ -3620,13 +3620,13 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
let value = this.getPropertyPixelValue(style, aProperty);
|
let value = this.getPropertyPixelValue(style, aProperty);
|
||||||
w -= value;
|
w -= value;
|
||||||
if (aProperty.indexOf('left') < -1) x += value;
|
if (aProperty.indexOf('left') < -1) x += value;
|
||||||
});
|
}, this);
|
||||||
'border-top-width,border-bottom-width,margin-top,margin-bottom,padding-left,padding-right'
|
'border-top-width,border-bottom-width,margin-top,margin-bottom,padding-left,padding-right'
|
||||||
.split(',').forEach(function(aProperty) {
|
.split(',').forEach(function(aProperty) {
|
||||||
let value = this.getPropertyPixelValue(style, aProperty);
|
let value = this.getPropertyPixelValue(style, aProperty);
|
||||||
h -= value;
|
h -= value;
|
||||||
if (aProperty.indexOf('top') < -1) y += value;
|
if (aProperty.indexOf('top') < -1) y += value;
|
||||||
});
|
}, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
// zero width (heigh) canvas becomes wrongly size!!
|
// zero width (heigh) canvas becomes wrongly size!!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user