- Issue created by @siddhartha0608
The steps to reproduce list ordinary actions which are not failing on any system I've been using. So, we will need additional steps to reproduce from you. For example, the "site studio" text format isn't a default in Drupal Core. If you suspect it is involved, its configuration needs to be clarified by you. As written, it's hard to tell if CKEditor is doing this because you said you have to save the data to see it happen. If the data is as expected when leaving the source tab, then this may not involve CKEditor.
Additionally, it would be helpful to know whether Drupal or the browser console log are indicating errors.
But what we need most are very clear steps to reproduce performed and verified by you on a newly-installed Drupal site.
CKEditor is not causing the issue on a normal page. But I am seeing issue inside Site Studio component.
However, when used under a layout canvas, it is causing the issue.Here are the detailed steps.
1. Create a content with a predefined Sitestudio layout.
2. Drag the 'Text' Component from the available Basic Components under components section.
3. Double click on the newly added component.
4. A black modal appears on the right hand side with the CKEditor inside it
5. Type some text in the CKEditor window.
6. Click on 'Apply' Button.
7. Try to re-open the 'Text' Component and see that the text just added is not present.Moreover, this issue is not happening in Drupal 10.2.6, But I am seeing this in our latest Drupal version 10.3.10
Yes, the CKEditor is inside the Site Studio Component. This application is hosted on Acquia.
Hi.
Yes, I have contacted Acquia regarding this issue. They provided me the patch. I applied and its working.
Here is the patch.
https://www.drupal.org/project/drupal/issues/3443422 🐛 [regression] Drupal.editors.ckeditor5.onChange event doesn't fire after final input if user types too fast. Active
https://www.drupal.org/files/issues/2024-06-05/3443422.patch →Thanks for your quick responses!! I appreciate your help.