Commit a112001f authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Отключена обработка рамок внутри таблиц и автофигур. (баг 24080)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56007 954022d7-b5bf-4e40-9824-e11837661b57
parent da388bc8
...@@ -689,8 +689,11 @@ CDocumentContent.prototype = ...@@ -689,8 +689,11 @@ CDocumentContent.prototype =
RecalcResult = recalcresult_NextElement; RecalcResult = recalcresult_NextElement;
} }
} }
else if ( type_Paragraph === Element.GetType() && true != Element.Is_Inline() ) else if ( type_Paragraph === Element.GetType() && true != Element.Is_Inline() && this.Parent instanceof CHeaderFooter )
{ {
// TODO: Пока обрабатываем рамки только внутри верхнего класса внутри колонтитулов. Разобраться как и
// главное когда они работают внутри таблиц и автофигур.
bFlow = true; bFlow = true;
if ( true === this.RecalcInfo.Can_RecalcObject() ) if ( true === this.RecalcInfo.Can_RecalcObject() )
......
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