Without additional details there are no ideas, Vitalii. It doesn't make any sense especially if you say there are no issues in the console.
May you share please version of Drupal, type of browser you use?
If someone needs it as patch, so please take it here.
Patch update for seckit v2.0.3
Update for D10.3.6
It seems we have this fixed.
Thank you all, guys!
Let's make Drupal great again :)
The patch:
We had the same issue. As a result it was: "Fatal error: Allowed memory size of X bytes exhausted (tried to allocate Y bytes)" when you try to create new job item.
So I made a small patch to fix the problem.
Finally i have reproduced the bug. As a fix i released next verstion 1.0.8.
@taote @ArialBlack @EthanT Please test on your side and give me a feedback.
Thanks, ArialBlack for the video!
I tested few cases so far, and this is nor "Convert URLs into links" nor "Linkit URL converter". I use them both, by the way, no issues.
If it is possible, can you additionally provide full list of used modules (at least ckeditor related)? I see there are many filters, but i am not familiar with all of them.
Guys, could you please share more details. ArialBlack, could you please post here an example of old html which doesn't work? And also provide /admin/config/content/formats settings for "Bootstrap Buttons" plugin.
It is necessary to take in account: this is an expected button template -
button
You may configure expected classes here /admin/config/content/formats for each text format to cover all classes you used for button and also class for container. All unregistered classes will be removed by cke5.
Here is updated version of 2144377-215.patch for D10.2.5.
@omnia.ibrahim, this patch was included into code of 10.2.5.
It looks like you have one anchor container inside of another one. Check your HTML for unclosed tags.
Included in v 1.0.2
Update of the patch for v 2.0.2
I've implemented the button to insert form for CKE5.
So we need two patches - one for core (to enable content filter) and another to apply CKE5 API button tool.
If anyone still interested to have the same function for CKEditor 5 / D10, I published module c5bb, where I reimplemented all functions:
https://www.drupal.org/project/c5bb →
Updated version of facets_pretty_paths-2974822-5.patch for v1.6.0 (D10)
Until we don't have a solution, we may patch CKE5 module to enable filter provided by marketo_forms.
Can you guide me what i need to do to "provide credit for this issue resolve." please?
Excuse me, forgot to merge code. v1.0.2 has been released.
Sorry, forgot to merge code on my side :)
For 2.1.3 patch honeypot-js_timelimit_for_cached_pages-2820400-53-1.patch has an issue - module already has implemented hook_update_8101, so we need to change function name to honeypot_update_8103() in the patch.