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
A content editor for Joomla!®

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
Please create a new Ticket and we will get back to you as soon as we can.
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
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
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.
Hi,
Thank you, it works with your update.
Best regards
Your post is being submitted…