Hi everyone,
I’m using the TinyMCE in a text area from aui dialog2.
However, I’ unable to edit my text area.
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