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.

#114082 Can't edit content on frontend or backend

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 dlist on Monday, 03 July 2023 19:34 BST

dlist
After I paste or type content into the editor's content field, I can't edit it. The cursor shows but I can't highlight or add text in the WYSIWYG editor. When I type to add text, it replaces the text that was there.

This happens in frontend and backend article editing. I have a Loom video if you tell me how to send it to you. This was happening in your free version and I bought the Pro version but that didn't fix it.

Newest JCE Pro version
Joomla 3.10.11

Thank you.

Ryan
Please send me a login - https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

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

dlist
I did more testing and discovered that in fact the text gets highlighted but apparently the highlight color is white so I can't see it in the editor. I am using Yootheme Pro theme for the site. I'll send you a login if you still want it. Thoughts?

Ryan
What color is the text and background in the editor?

Ryan Demmer

Lead Developer / CEO / CTO

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

dlist

Attachments

Ryan
Might help if I can have a look. Please send the login -> https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

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

dlist
Ok, will do.

dlist
Sent

Ryan
I created a custom.css file in the Yootheme template's css folder and added the following:

body.mceContentReset ::selection {
  background: #ccc;
  color: #000;
}
This file is loaded automatically by the editor. This resets the selection style on the content when the Hight Contrast option is enabled in the Editor Global Configuration (which you have done). I will include this selection reset as part of the High Contrast reset in the next update.

Ryan Demmer

Lead Developer / CEO / CTO

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

dlist
Ryan, thank you so much!