Bug #75334
closed
RTE: Lists from Word pasted in Editor are not converted to HTML List
Added by Online Now! GmbH over 8 years ago.
Updated about 8 years ago.
Category:
RTE (rtehtmlarea + ckeditor)
Description
We noticed in TYPO3 6.2 and 7 if you copy a unordered or ordered list from a word document ( 2013 and 2016 tested ) and paste it into the RTE, the list wont be recognized as a list and will be converted to paragraphs with nbsp spaces. As far we can remember this worked in the past. Other editors like ckeditor or tinymce are handling this without a problem.
Just tested this with OpenOffice 4.1.2 and there is no problem with pasting a list in the editor ( besides the text in each list element is wrapped in a paragraph ).
- Status changed from New to Needs Feedback
Hi,
I just tested with TYPO3 6.2.25 and 7.6.9 and Word 2010 for windows, and I was not able to reproduce the problem; after pasting a simple list from Word, the HTML becomes:
<ul style="margin-top:0cm" type="disc">
<li class="MsoNormal">Prova</li>
<li class="MsoNormal">Prova</li>
<li class="MsoNormal">Prova</li>
<li class="MsoNormal">Prova</li>
<li class="MsoNormal">prova</li>
</ul>
with Word 2015 for MAC, the html pasted is:
<p><span style="font-family:Symbol">·<span style="font-stretch: normal; font-size: 7pt; font-family: 'Times New Roman'; "> </span></span>Prova</p>
<p><span style="font-family:Symbol">·<span style="font-stretch: normal; font-size: 7pt; font-family: 'Times New Roman'; "> </span></span>Prova</p>
<p><span style="font-family:Symbol">·<span style="font-stretch: normal; font-size: 7pt; font-family: 'Times New Roman'; "> </span></span>Prova</p>
<p><span style="font-family:Symbol">·<span style="font-stretch: normal; font-size: 7pt; font-family: 'Times New Roman'; "> </span></span>Prova</p>
- Status changed from Needs Feedback to Closed
This is a typical issue from MS Word.
With TYPO3 8 LTS we will switch to CKEditor, till then you may use one of the RTE Clean Extensions (rtepasteplain).
So will close this issue.
Also available in: Atom
PDF