tinyMCE 4 instance after mceAddEditor really tall
问题 Pre-note: This issue occurs whether or not I already have a textarea on the page. I have a button that triggers an ajax request first...writing something to a database and returning the key. I use that key in my ID for the textarea that is then dynamically added to page. Keep in mind that tinyMCE is already initialized. tinymce.init({ selector: ".editor", setup: function(ed) { ed.on('change', function(e) { tinymce.triggerSave(); $('form').trigger('checkform.areYouSure'); }); ed.on('init',