Commit 2d1cad1d 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@64667 954022d7-b5bf-4e40-9824-e11837661b57
parent e643b4e3
......@@ -1865,6 +1865,13 @@ function CEditorPage(api)
if (oWordControl.Thumbnails.FocusObjType == FOCUS_OBJECT_THUMBNAILS)
{
if (0 == oWordControl.Splitter1Pos)
{
// табнейлы не видны. Чего же тогда обрабатывать им клавиатуру
e.preventDefault();
return false;
}
var ret = oWordControl.Thumbnails.onKeyDown(e);
if (false === ret)
return false;
......
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