Commit 723c8d83 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=27408 - [CoEdit] Ошибка в консоли и...

http://bugzserver/show_bug.cgi?id=27408 -  [CoEdit] Ошибка в консоли и повреждение файла при скрытии значений форматированной таблицы после удаления ее части с помощью Delete Cells

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59476 954022d7-b5bf-4e40-9824-e11837661b57
parent 0c04b1f8
...@@ -2247,6 +2247,11 @@ var gUndoInsDelCellsFlag = true; ...@@ -2247,6 +2247,11 @@ var gUndoInsDelCellsFlag = true;
return false; return false;
} }
} }
else if(DeleteColumns && activeCells.c1 < tableRange.c1 && activeCells.c2 > tableRange.c1 && activeCells.c2 < tableRange.c2)//TODO заглушка!!!
{
ws.model.workbook.handlers.trigger("asc_onError", c_oAscError.ID.AutoFilterChangeFormatTableError, c_oAscError.Level.NoCritical);
return false;
}
else else
isPart = true; isPart = true;
} }
......
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