Commit e9baa7f1 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Исправлен баг с переходом по страницам, когда курсор находится не в основной...

Исправлен баг с переходом по страницам, когда курсор находится не в основной части документа (баг 31213).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67108 954022d7-b5bf-4e40-9824-e11837661b57
parent 4779ccac
......@@ -3945,9 +3945,11 @@ function CEditorPage(api)
{
if (false === drDoc.IsFreezePage(drDoc.m_lCurrentPage))
{
this.m_oLogicDocument.CurPos.Type = docpostype_Content;
this.m_oLogicDocument.Set_CurPage( drDoc.m_lCurrentPage );
this.m_oLogicDocument.Cursor_MoveAt(0, 0, false);
this.m_oLogicDocument.RecalculateCurPos();
this.m_oLogicDocument.Document_UpdateSelectionState();
this.m_oApi.sync_currentPageCallback(drDoc.m_lCurrentPage);
}
......
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