As you can see on the attachment, the TinyMCE is initiated but I’m unable to edit it.
After taking a look at the documentation I’ve tried this in order to focus the tinyMCE: (document).on('focusin', function(e) {
if ((e.target).closest(".mce-window").length) {
e.stopImmediatePropagation();
}
});
Does anyone know how JIRA is able to use the TinyMCE inside the dialog when the user edits the issue?
Thank you, in advance, for your cooperation.
Best regards,
André Fernandes Rodrigues