egeloen / IvoryCKEditorBundle

Provides a CKEditor integration for your Symfony project.
MIT License
336 stars 114 forks source link

Editor is not writable #315

Open xurshid29 opened 7 years ago

xurshid29 commented 7 years ago

Hi, there is a strange issue with my editor. Editor is not writable If I name my URL like '/banners/new', everything is working fine if I remove the 's' from banners, so everything is working with '/banner/new'.

Symfony 3.3.8 ckeditor-bundle: 6.0.1 (same issue with 5.x.x versions also)

ckeditor_e.mov.zip

egeloen commented 6 years ago

Weird... Any error in the browser console? Have you tried to clear your browser cache?

xurshid29 commented 6 years ago

Yes, it's so weird. No errors in the console. Tried to clear the caches, also tried with incognito mode, tried with another browser, no luck.

egeloen commented 6 years ago

The issue is I'm not able to reproduce it locally, so it's hard for me to help you...

validaide-marcel-tuinstra commented 6 years ago

Same issue but when click on one of the buttons the following issue apears in console. TypeError: this.document.getWindow(...).$

Might be related to the textarea not writeable?