Commit ca5d50da authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Bug #31753 Исправлен баг с переходом по таблице клавишами вверх/вниз.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68481 954022d7-b5bf-4e40-9824-e11837661b57
parent 5c5d12f4
......@@ -5125,6 +5125,8 @@ Paragraph.prototype =
Get_CurPosXY : function()
{
return { X : this.CurPos.RealX, Y : this.CurPos.RealY };
},
......
......@@ -776,7 +776,7 @@ CTableCell.prototype =
if (null !== Transform && DrawingDocument)
DrawingDocument.MultiplyTargetTransform(Transform);
this.Content.RecalculateCurPos();
return this.Content.RecalculateCurPos();
},
Content_Get_NearestPos : function(CurPage, X, Y, bAnchor, Drawing)
......
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