Quellcode durchsuchen

Merge branch 'wrdp' into 'develop'

Wrdp

See merge request o2oa/o2oa!3107
胡起 vor 5 Jahren
Ursprung
Commit
d798a2bb1e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      o2web/source/x_component_process_Xform/Documenteditor.js

+ 1 - 1
o2web/source/x_component_process_Xform/Documenteditor.js

@@ -1079,7 +1079,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor =  new Cla
                 paddingTop = 0;
             }
 
-            if (p.y<paddingTop){
+            if (p.y<paddingTop && this.toolNode.offsetParent){
                 this.toolbarNode.inject(this.scrollNode);
                 this.toolbarNode.setStyles({
                     "position": "absolute",