We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A number of users reported this and I can now confirm it.
In NewsPublisher, with multiple richtext textareas (all with class="modx-richtext"), only the first one gets the editor.
I did not see this until the 2.2-compatible version, but other users reported it with earlier versions.
The easiest way to reproduce it is with this NewsPublisher tag:
[[!NewsPublisher? &initrte=1 &rtcontent=1 &rtsummary=1 &show=pagetitle,introtext,content ]]
1
pagetitle,introtext,content
Only the introtext field will get the editor. If you reverse 'introtext' and 'content' in the &show property, the content field will get the editor.
It works fine for me with TinyMCE 4.3.0 in MODX 2.1.5. Fails with TinyMCE 4.3.1 in MODX 2.2.0.
It may be related to this change (or not) in September (sorry, I don't know the which commit):
if not 'mode' in mce_config: mce_config['mode'] = 'exact' if mce_config['mode'] == 'exact': mce_config['elements'] = final_attrs['id']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A number of users reported this and I can now confirm it.
In NewsPublisher, with multiple richtext textareas (all with class="modx-richtext"), only the first one gets the editor.
I did not see this until the 2.2-compatible version, but other users reported it with earlier versions.
The easiest way to reproduce it is with this NewsPublisher tag:
[[!NewsPublisher?
&initrte=
1
&rtcontent=
1
&rtsummary=
1
&show=
pagetitle,introtext,content
]]
Only the introtext field will get the editor.
If you reverse 'introtext' and 'content' in the &show property, the content field will get the editor.
It works fine for me with TinyMCE 4.3.0 in MODX 2.1.5.
Fails with TinyMCE 4.3.1 in MODX 2.2.0.
It may be related to this change (or not) in September (sorry, I don't know the which commit):
if not 'mode' in mce_config:
mce_config['mode'] = 'exact'
if mce_config['mode'] == 'exact':
mce_config['elements'] = final_attrs['id']
The text was updated successfully, but these errors were encountered: