You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the current behavior?
When multiple instances of tinymce angular component is used and if we update locale for one component, it updates locale for other editor's Paragraph dropdown items as well.
Please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox.io or similar.
Run following reproduction and click on Button that updates locale of editor 1, but editor 2 paragraph locale is affected. tinymce-angular-multiple-editor-locale-issue.zip
What is the expected behavior?
It should not update Paragraph items locale of other instance of editor while changing for one.
Which versions of TinyMCE/TinyMCE-Angular, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or TinyMCE-Angular?
All Browsers and OSs
"tinymce": "^7.2.1",
"tinymce": "^6.8.4",
"@tinymce/tinymce-angular": "^8.0.1"
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 30 days with no activity. Please comment if you wish to keep this issue open or it will be closed in 7 days.
What is the current behavior?
When multiple instances of tinymce angular component is used and if we update locale for one component, it updates locale for other editor's Paragraph dropdown items as well.
Please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox.io or similar.
Run following reproduction and click on Button that updates locale of editor 1, but editor 2 paragraph locale is affected.
tinymce-angular-multiple-editor-locale-issue.zip
What is the expected behavior?
It should not update Paragraph items locale of other instance of editor while changing for one.
Which versions of TinyMCE/TinyMCE-Angular, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or TinyMCE-Angular?
All Browsers and OSs
"tinymce": "^7.2.1",
"tinymce": "^6.8.4",
"@tinymce/tinymce-angular": "^8.0.1"
The text was updated successfully, but these errors were encountered: