Commit deeeb3c0 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

1. Добавлен в base.js RecalcInfo

2. Поправлен баг : shift + стрелка вправо

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56262 954022d7-b5bf-4e40-9824-e11837661b57
parent 3eb70df5
......@@ -61,7 +61,8 @@ function CMathBase()
this.RecalcInfo =
{
bCtrPrp: true
bCtrPrp: true,
bProps: true
};
return this;
......@@ -993,6 +994,7 @@ CMathBase.prototype =
{
this.Set_CompiledCtrPrp();
this.RecalcInfo.bCtrPrp = false;
this.RecalcInfo.bProps = false;
}
for(var i=0; i < this.nRow; i++)
......
......@@ -6460,7 +6460,7 @@ CMathContent.prototype =
return result;
},
Get_RightPos: function(SearchPos, ContentPos, Depth, UseContentPos, BegRun)
Get_RightPos: function(SearchPos, ContentPos, Depth, UseContentPos, StepEnd, BegRun)
{
var result = false;
var CurPos = UseContentPos ? ContentPos.Get(Depth) : 0;
......@@ -6891,15 +6891,7 @@ CMathContent.prototype =
{
if(this.ParaMath !== null)
this.ParaMath.Refresh_RecalcData(); // Refresh_RecalcData сообщает родительскому классу, что у него произошли изменения, нужно пересчитать
// Refresh_RecalcData2 у родительского класса сообщает, что у внутреннего класса произошли изменения, нужен пересчет
// временно
//this.RecalculateReverse();
//this.Root.Resize();
},
/*Refresh_RecalcData2: function()
{
this.Composition.Refresh_RecalcData2();
},*/
_Check_HistoryUninon: function(Data1, Data2)
{
var Type1 = Data1.Type;
......
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