Aleksei Okhorzin

Results 2 comments of Aleksei Okhorzin

> What happens when you manually write `initTinyMCE()` in the javascript development console? I get the same error: init.jquery.js:65 Uncaught TypeError: textarea.tinymce is not a function

I found which caused the bug. Bootstrap overwriting box-sizing CSS property to border-box. I fixed it by adding CSS `.imgareaselect-outer { box-sizing: content-box !important; }`