Comment 7 for bug 1891939

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/11163
Committed: https://git.mahara.org/mahara/mahara/commit/0493cecc8491214be8c7473d2f3e0cdd77774d3b
Submitter: Robert Lyon (<email address hidden>)
Branch: 19.10_STABLE

commit 0493cecc8491214be8c7473d2f3e0cdd77774d3b
Author: Cecilia Vela Gurovic <email address hidden>
Date: Tue Aug 18 11:09:14 2020 +1200

Bug 1891939: remove references to mce-tinymce class

when upgrading to TinyMCE 5, on commit ada3e2cd6f87c8d22980f28ffe0dc957308796aa
the theme/raw/sass/lib/_tinymce.scss

the mce-tinymce class from the editor is changed to tox-tinymce

we should remove the references from the code to that class
in the jQuery selector and styles since they won't return any object.

behatnotneeded

Change-Id: Ia981e2c2599b4fb1ca6ade48bd376cca0cebbc85
(cherry picked from commit 2a20af65e1a2d175bfca49de5e7a020f7755df6f)