From 42ef04facf0a7eb672a51b664d619af46bcc4a9a Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 27 Feb 2018 17:20:20 +0300 Subject: [PATCH] [PE] Fix Bug 35976 --- apps/presentationeditor/main/app/view/DocumentHolder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/presentationeditor/main/app/view/DocumentHolder.js b/apps/presentationeditor/main/app/view/DocumentHolder.js index 7e56c8200..00c4f95ba 100644 --- a/apps/presentationeditor/main/app/view/DocumentHolder.js +++ b/apps/presentationeditor/main/app/view/DocumentHolder.js @@ -559,7 +559,7 @@ define([ src.css({height: me._TtHeight + 'px', position: 'absolute', zIndex: '900', display: 'none', 'pointer-events': 'none', 'background-color': '#'+Common.Utils.ThemeColor.getHexColor(color.get_r(), color.get_g(), color.get_b())}); src.text(getUserName(UserId)); - $('#id_main_view').append(src); + $('#id_main_parent').append(src); me.fastcoauthtips.push(src); src.fadeIn(150); }