You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When adding a new slide item in a slider with the button "Add another Slide", the content field is not a ckeditor field but instead a basic textarea.
To Reproduce
Steps to reproduce the behavior:
Go to any cms page
Add or edit a Slider to the page
Add a new slide item
The content field is a basic textarea
Save the slider with the new slide
Go back to edit the plugin, the previously added new slide has a Ckeditor widget on field 'content' as expected
Expected behavior
The slide item field 'content' should always be a Ckeditor widget.
Versions:
Python: Any
Django: Any
DjangoCMS: Any
Additional context
There is some Javascript error when adding new field, i don't know yet why it does not work as expect since this is automatically done from Django inline form system.
The text was updated successfully, but these errors were encountered:
Seems related to django-cms/djangocms-text-ckeditor#465 but the issue should be resolved with a following pull request fix, i may have missed something to adapt to the fix ?
Finally it seems the issue was fixed for some time but then it was broken since ~2022, i opened a new detailed issue django-cms/djangocms-text-ckeditor#680
I don't know if i can fix this temporarily in projects with a patched bundle.
Describe the bug
When adding a new slide item in a slider with the button "Add another Slide", the content field is not a ckeditor field but instead a basic textarea.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The slide item field 'content' should always be a Ckeditor widget.
Versions:
Additional context
There is some Javascript error when adding new field, i don't know yet why it does not work as expect since this is automatically done from Django inline form system.
The text was updated successfully, but these errors were encountered: