Skip to content
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

Fix tinymce richeditor unbind #1239

Merged
merged 2 commits into from
Mar 12, 2025
Merged

Fix tinymce richeditor unbind #1239

merged 2 commits into from
Mar 12, 2025

Conversation

didoda
Copy link
Member

@didoda didoda commented Mar 12, 2025

This fixes a glitch in richtext fields: when adding objects from "fast create form field", all richtext fields become simple textareas. This issue is caused by a global remove of all tinymce instances in the page.
The fix: on richeditor unbind, remove the element editor only, not all elements.

@didoda didoda added bug Something isn't working UI / UX release:patch labels Mar 12, 2025
@didoda didoda added this to the 5.x milestone Mar 12, 2025
@didoda didoda merged commit fe2442c into bedita:master Mar 12, 2025
3 checks passed
@didoda didoda deleted the fix/richeditor branch March 12, 2025 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release:patch UI / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant