Commit fe262d69 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

Bug #31851 - Не осуществляется переход по внутренним ссылкам, если сама ссылка...

Bug #31851 - Не осуществляется переход по внутренним ссылкам, если сама ссылка находится внутри таблицы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68847 954022d7-b5bf-4e40-9824-e11837661b57
parent fe6cfbab
......@@ -5672,7 +5672,10 @@ CTable.prototype =
this.DrawingDocument.TargetStart();
this.DrawingDocument.TargetShow();
this.CurCell.Content_Cursor_MoveAt(X, Y, false, true, CurPage - this.CurCell.Content.Get_StartPage_Relative());
this.RecalculateCurPos();
if(this.LogicDocument)
{
this.LogicDocument.RecalculateCurPos();
}
},
Selection_SetStart : function(X, Y, CurPage, MouseEvent)
......
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