Bug #75334
closedRTE: Lists from Word pasted in Editor are not converted to HTML List
0%
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.
Updated by Online Now! GmbH over 8 years ago
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 ).
Updated by Riccardo De Contardi over 8 years ago
- 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>
Updated by Riccardo De Contardi over 8 years ago
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>
Updated by Alexander Opitz about 8 years ago
- 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.