-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with multiple visits #292
Comments
What version of tinymce? |
There's a nice write-up here of how to avoid having to add ...but I couldn't get it to work 100% of the time |
Just noticed the same issue while trying to integrate tinymce into avo admin panel which uses Turbo. Is it possible to fix on the gem side? |
opened new issue #308 after examining more closely, I can see that much of the TinyMCE Javascript code is written for Turbolinks, not Turbo. I'd recommend that this gem stay as-is and a new gem be built to replace it for Turbo, which can then address all of these turbo issues more holistically. |
On Rails 7 using turbo tinymce doesn't load after a route is visited more than one time in a single user session. It renders a large text area instead of tinymce
For anyone looking my current solution was to add
data: { turbo: 'false' }
to all links going to screen containing tinymce.The text was updated successfully, but these errors were encountered: