You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#101577 When pasting text from MS Word, the paragraphs starting with number and dot are pasted as "ordered list" items (....)

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by marekDada on Friday, 01 November 2019 16:45 GMT

marekDada
When pasting text from MS Word, the paragraphs starting with number and dot are pasted as "ordered list" items (<ol><li>....). I tried also "Remove tags" with "ol, ul", but the pasted text still contains unordered list.

Example text:
---
First line
15. Item
Second line
+++
Result:
---
<p>First line</p>
<ol start="15">
<li>Item</li>
</ol>
<p>Second line</p>

Ryan
Which version of the editor are you using?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

marekDada
PRO, 2.7.18

Ryan
Please try JCE Pro 2.7.20 Beta 1 - https://www.joomlacontenteditor.net/downloads/editor/pro/development

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

marekDada
Thank you, the pasting works correctly now.