Commit 37749afb 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@56813 954022d7-b5bf-4e40-9824-e11837661b57
parent bc9f7038
......@@ -3532,6 +3532,9 @@ function CEditorPage(api)
if (!oWordControl.m_oApi.bInit_word_control)
return;
if (oWordControl.IsFocus && oWordControl.TextBoxInputMode && oWordControl.TextBoxInput && !window.USER_AGENT_SAFARI_MACOS)
oWordControl.TextBoxInput.focus();
oWordControl.m_nTimeDrawingLast = new Date().getTime();
if (oWordControl.m_bIsScroll)
......
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