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

tab & rulers

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56231 954022d7-b5bf-4e40-9824-e11837661b57
parent ffc514a3
......@@ -2156,6 +2156,13 @@ function CEditorPage(api)
return;
}
if (oWordControl.m_bIsRuler && oWordControl.m_oHorRuler.m_bIsMouseDown)
{
check_KeyboardEvent2(e);
e.preventDefault();
return;
}
if (oWordControl.m_bIsMouseLock === true)
{
if (!window.USER_AGENT_MACOS)
......
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