Bug #3445 » 0001-Fix-undefined-item.set-in-StdGridLayoutImpl2.js.patch
src/js/StdGridLayoutImpl2.js | ||
---|---|---|
if (!item.margin)
|
||
item.margin = [];
|
||
if (isHidden(item.w)) {
|
||
item.ps[dir] = item.ms[dir] = 0;
|
||
continue;
|
||
}
|
||
var first = !item.set;
|
||
if (!item.set)
|
||
item.set = [false, false];
|
||
if (isHidden(item.w)) {
|
||
item.ps[dir] = item.ms[dir] = 0;
|
||
continue;
|
||
}
|
||
if (item.w) {
|
||
if (WT.isIE)
|
||
item.w.style.visibility = '';
|
- « Previous
- 1
- 2
- Next »