From e804b9dcfcacb810c4022e3a8f5afba2830b5c92 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 19 Jul 2018 16:40:19 +0300 Subject: [PATCH] [SSE] Fix username tip for locked worksheet --- apps/spreadsheeteditor/main/app/controller/DocumentHolder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js index 9c4903b39..87c83033f 100644 --- a/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js +++ b/apps/spreadsheeteditor/main/app/controller/DocumentHolder.js @@ -1056,7 +1056,7 @@ define([ coAuthTip.y_point + coAuthTip.XY[1] ]; - if (showPoint[1] > coAuthTip.XY[1] && + if (showPoint[1] >= coAuthTip.XY[1] && showPoint[1] + coAuthTip.ttHeight < coAuthTip.XY[1] + coAuthTip.apiHeight) { src.text(getUserName(data.asc_getUserId())); if (coAuthTip.bodyWidth - showPoint[0] < coAuthTip.ref.width() ) {