Tinymce only loads the editor.css from the parent template (or the system template if not present)
This is another dependency on the parent template that a user will not understand. (I tested and creating an editor.css in the child is ignored). It would not be unreasonable for a user to not realise that they have to make the change in a template called cassiopeia when they are using a template called andromeda
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-07 09:24:30 |
Closed_By | ⇒ | brianteeman |
Has been resolved elsewhere
Status | Closed | ⇒ | New |
Closed_Date | 2022-03-07 09:24:30 | ⇒ | |
Closed_By | brianteeman | ⇒ |
re-opening because the bug is still present
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-11-01 23:26:09 |
Closed_By | ⇒ | brianteeman |
@brianteeman did you place an
editor.css
in the child's CSS folder egmedia/templates/site/andromeda/css/editor.css
?Does renaming to
editor.min.css
work (assuming not in debug mode, if in debug the editor.css should be loaded, IIRC the new logic tries to load the compressed/uncompressed one)?If none of the above this is a bug...