Commit 10e50725 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 27776 - Сбрасывается select с текста, который находится во всех...

Bug 27776 - Сбрасывается select с текста, который находится во всех плейсхолдерах, кроме как на 1-ом слайде

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60062 954022d7-b5bf-4e40-9824-e11837661b57
parent 5793f8ea
......@@ -2494,7 +2494,7 @@ CShape.prototype =
ty = this.invertTransformText.TransformPointY(x, y);
if(e.Button === g_mouse_button_right)
{
if(content.Selection_Check(tx, ty, 0))
if(content.Selection_Check(tx, ty, isRealObject(this.parent) && isRealNumber(this.parent.num) ? this.parent.num : 0))
{
this.rightButtonFlag = true;
return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment