moderntribe / square-one

Modern Tribe's legacy WordPress framework for the classic editor.
GNU General Public License v2.0
89 stars 20 forks source link

Fix for multiple TinyMCE editors on the same page #1063

Closed bjcooper closed 1 year ago

bjcooper commented 1 year ago

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