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.

#102335 No headings when pasting text from Word

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 Ryan on Wednesday, 18 December 2019 10:11 GMT

SigridGR
Hi, I am using JCE 2.8.1. I am copying long formatted articles (scientific texts) from Word. In JCE 2.7.x the headings were copied correctly. Now I get a list instead of the headings.

<ul>
	<li>Heading-text</li>
</ul>
<p>text...</p>
Should be:

<h1>Heading-text</h1>
<p>text...</p>
And with more than one heading (like in scientific articles):

<ul>
	<li>Heading 1
		<ul>
			<li>Heading 2</li>
		</ul>
	</li>
</ul>
Should be:

<h1>Heading 1</h1>
<h2>Heading 2</h2>
Normal lists with are formatted correctly after pasting. Any Ideas? Thanks Sigrid

SigridGR
I forgot my setup.
It always worked in 2.7.x

Attachments

Ryan
Please try JCE Pro 2.8.2 RC1 - 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.