This patch fixes an edge case where there are multiple TinyMCE editors active on a given page (imagine Appearance → Theme Configuration with multiple tabs, several of which have a WYSIWYG field, for example). Without this patch, the tribe-tinymce plugin (which itself fixes a different core Wordpress + TinyMCE bug) fails to find the correct editor and breaks TinyMCE floating toolbar positioning (they end up positioned offscreen and unusable).
What does this do/fix?
This patch fixes an edge case where there are multiple TinyMCE editors active on a given page (imagine Appearance → Theme Configuration with multiple tabs, several of which have a WYSIWYG field, for example). Without this patch, the
tribe-tinymce
plugin (which itself fixes a different core Wordpress + TinyMCE bug) fails to find the correct editor and breaks TinyMCE floating toolbar positioning (they end up positioned offscreen and unusable).QA
Links to relevant issues