Commit cd4a0777 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 27842 - [AutoSave] [Copy&Paste] Ошибка в консоли и растяжение таблицы...

Bug 27842 - [AutoSave] [Copy&Paste] Ошибка в консоли и растяжение таблицы после переоткрытия и копирования слайда с таблицей

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60139 954022d7-b5bf-4e40-9824-e11837661b57
parent 42344fb2
......@@ -19797,7 +19797,10 @@ CTableRow.prototype =
}
this.Set_CellSpacing( undefined );
this.Set_Height( undefined, undefined );
if(!(this.Table.bPresentation === true))
{
this.Set_Height( undefined, undefined );
}
var Count = this.Content.length;
for ( var Index = 0; Index < Count; Index++ )
......
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