Skip to content Skip to sidebar Skip to footer

Tinymce And Jquery.colorbox

I have TinyMCE opening in jquery.colorbox, everything is working, all the icons are clickable and I can update the textarea via the HTML icon but I can’t click into the actual ed

Solution 1:

I believe this is because colorbox traps the focus and prevents focus on anything outside the colorbox bounds. TinyMCE creates an iFrame outside the colorbox and you can't click on it.

Try setting trapFocus to false in the colorbox options.

Post a Comment for "Tinymce And Jquery.colorbox"