|
|
@@ -602,7 +602,7 @@ MWF.xApplication.cms.Xform.Readerfield = MWF.CMSReaderfield = new Class({
|
|
|
}else{
|
|
|
if (this.json.styles) this.node.setStyles(this.json.styles);
|
|
|
if (this.json.inputStyles) if (this.node.getFirst()) this.node.getFirst().setStyles(this.json.inputStyles);
|
|
|
- if (this.iconNode){
|
|
|
+ if (this.iconNode && this.iconNode.offsetParent !== null){
|
|
|
var size = this.node.getSize();
|
|
|
this.iconNode.setStyle("height", ""+size.y+"px");
|
|
|
}
|