Open TinyMCE plugin options in Joomla 4.
Save.
Editor language should remain English.
Editor language switches to Afrikaans. (first value of Language code
dropdown)
The Language Code
field in plugins/editors/tinymce/forms/setoptions.xml [line 106]
is a filelist
of the directory media/vendor/tinymce/langs/
. The default value is en
. However, there is no en.js
file in that directory, so the default value is lost and replaced with af
as soon as you tweak any TinyMCE plugin options.
Joomla 3 seems to have a similar issue, where you can't deselect a selected language code, but at least the default is empty, because of the different behavior of the dropdown. (the default value in setoptions.xml is still en
)
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
bug
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-11-02 14:15:37 |
Closed_By | ⇒ | Fedik |
Note: this only happens when "Automatic Language Selection" set to "Off"