diff --git a/apps/documenteditor/main/app/controller/FormsTab.js b/apps/documenteditor/main/app/controller/FormsTab.js index 5a7e4c7bc..3d4969409 100644 --- a/apps/documenteditor/main/app/controller/FormsTab.js +++ b/apps/documenteditor/main/app/controller/FormsTab.js @@ -271,7 +271,9 @@ define([ this.submitedTooltip = new Common.UI.SynchronizeTip({ text: this.view.textSubmited, extCls: 'no-arrow', - target: $(document.body) + showLink: false, + target: $('#editor-container'), + placement: 'top' }); this.submitedTooltip.on('closeclick', function () { this.submitedTooltip.hide();