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
Thank you for the report. This appears to be a bug. There is a workaround however if you use /.*<!([\s\S]*?)-->\n?/g in the protect field then you will get the behavior you want.
This issue is stale because it has been open 365 days with no activity. Please comment if you wish to keep this issue open or it will be closed in 30 days.
What is the current behavior? Describe the bug
A protect was added to ignore the in tinymce. The protect works but after each line it adds a
when switching to source code view again.
protect: [/.(<![\s\S]?-->)/g]
becomes
Please provide the steps to reproduce and if possible a minimal demo of the problem via fiddle.tiny.cloud or similar.
https://fiddle.tiny.cloud/NThaab
What is the expected behavior?
stays
Which versions of TinyMCE, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE?
Im using 5.10.2 and tested this in chrome Version 97.0.4692.71 (Official Build) (64-bit). I don't know if this worked in previous versions
The text was updated successfully, but these errors were encountered: