Commit 66ea5a24 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

первый иероглиф пропадал

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56695 954022d7-b5bf-4e40-9824-e11837661b57
parent 9e10bba6
...@@ -3720,10 +3720,11 @@ function CEditorPage(api) ...@@ -3720,10 +3720,11 @@ function CEditorPage(api)
return 5 + dKoef * x; return 5 + dKoef * x;
} }
this.ReinitTB = function() this.ReinitTB = function(bIsNoResetValue)
{ {
this.TextBoxChangedValueEvent = false; this.TextBoxChangedValueEvent = false;
this.TextBoxInput.value = ""; if (true !== bIsNoResetValue)
this.TextBoxInput.value = "";
this.TextBoxChangedValueEvent = true; this.TextBoxChangedValueEvent = true;
} }
...@@ -3821,7 +3822,7 @@ function CEditorPage(api) ...@@ -3821,7 +3822,7 @@ function CEditorPage(api)
oThis.TextBoxInputFocus = true; oThis.TextBoxInputFocus = true;
CollaborativeEditing.m_bGlobalLock = true; CollaborativeEditing.m_bGlobalLock = true;
oThis.CheckTextBoxInputPos(); oThis.CheckTextBoxInputPos();
this.ReinitTB(); this.ReinitTB(true);
oThis.TextBoxInput.style.zIndex = 1000; oThis.TextBoxInput.style.zIndex = 1000;
} }
......
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