Since my upgrade to MODX 3.2 the right click in TinyMCE RTE is bring up the browser’s right click menu and sometimes the TinyMCE menu (behind the native menu). The issue only occurs when right clicking links in the editor.
I think from reading I need to add something like the following JSON to the TinyMCE
{
“contextmenu_never_use_native”: true
}
I am not sure where and how to add the JSON
I am running MODX 3.2 on Modxcloud with TinyMCE RTE ver 3.16.
There is a system setting tinymcerte.external_config that you can set to the path of a JSON file (e.g. {assets_path}my_tinymce_config.json) that contains additional config parameters.
Maybe also take a look at this post for more information about the setting: