- Issue created by @nguyenphan
- ๐ป๐ณVietnam nguyenphan Hanoi, Vietnam
I see solution on tinymce issue: https://github.com/tinymce/tinymce/issues/6386
https://www.tiny.cloud/docs/integrations/bootstrap/#usingtinymceinaboots...And i apply to my project:
$(document).on('focusin', function(e) { if ($(e.target).hasClass('wrs_focusElement')) { e.stopImmediatePropagation(); } });
- ๐ง๐ชBelgium BramDriesen Belgium ๐ง๐ช
Is there a way in JS to detect if the ckeditor form lives in a modal itself? If so we could add your code to the JS of the module. (I'm no JS expert so I don't know).
- ๐ฎ๐ณIndia raj.solanki
You can add the custom JavaScript for the page as a library where you're encountering the issue. Simply include the script suggested by nguyenphan โ inside that custom JavaScript fileโno need to make any modifications to the script.
- Status changed to Needs work
3 months ago 4:43pm 13 August 2024 - ๐ง๐ชBelgium BramDriesen Belgium ๐ง๐ช
Feel free to create an issue fork :)