Commit 9423c0ed authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=30540 - [TextArt][Copy&Paste] JS ошибка...

http://bugzserver/show_bug.cgi?id=30540 - [TextArt][Copy&Paste] JS ошибка 'e.width' после вставки textart из DE

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65198 954022d7-b5bf-4e40-9824-e11837661b57
parent 0bd089e9
......@@ -3780,12 +3780,12 @@
if(pasteData.images && pasteData.images.length)
this.isUsuallyPutImages = true;
if(documentContent && documentContent.length)
{
var documentContentBounds = new Asc.DocumentContentBounds();
var coverDocument = documentContentBounds.getBounds(0,0, documentContent);
this._parseChildren(coverDocument, activeRange);
}
if(!documentContent || (documentContent && !documentContent.length))
return;
var documentContentBounds = new Asc.DocumentContentBounds();
var coverDocument = documentContentBounds.getBounds(0,0, documentContent);
this._parseChildren(coverDocument, activeRange);
this.aResult.fontsNew = this.fontsNew;
this.aResult.rowSpanSpCount = 0;
......
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