I\'m using TinyMCE for a textarea on a page but it doesn\'t play nice in the tabbing order of the other elements.
I can use the following code to capture when I tab
I've got it to work with TinyMCE 4.x by using the following:
tinymce.EditorManager.get('id_of_editor_instance').focus();