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.

#117581 "Paste as Plain Text" button

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 jmv95 on Saturday, 28 February 2026 20:08 GMT

jmv95

Hi,

Since the latest update of Mozilla Firefox (148.0), the "Paste as Plain Text" button no longer works. The window for pasting text no longer opens, and the pasted text keeps its formatting.

Do you have a solution to this problem?

Regards

Ryan

In previous versions of Firefox, calling execCommand('paste') - which JCE uses internally to trigger the paste dialog - would silently return false, allowing JCE to handle the paste action itself with its own dialog. In Firefox 148, this behaviour changed: the browser now intercepts the call and displays its own native paste prompt instead, which interferes with JCE's paste handling. This has been fixed in the update below by always showing the Paste dialog for all browsers when clicking either of the Paste buttons.

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

Clear your browser cache after install.

Ryan Demmer

Lead Developer / CEO / CTO

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

jmv95

Hi,

Thank you, it works with your update.

Best regards