Commit 5540d213 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Bug 22928 - [Copy&Paste] Пропадает нумерация или маркеры списка при копировании в HTML

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@54256 954022d7-b5bf-4e40-9824-e11837661b57
parent f3e390ad
......@@ -394,11 +394,13 @@ CopyProcessor.prototype =
{
if(this.Ul.childNodes.length > 0)
{
this.Ul.style.paddingLeft = "40px";
oDomTarget.appendChild( this.Ul );
this.Ul = document.createElement( "ul" );
}
if(this.Ol.childNodes.length > 0)
{
this.Ol.style.paddingLeft = "40px";
oDomTarget.appendChild( this.Ol );
this.Ol = document.createElement( "ol" );
}
......
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