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
When the editor is initialized on a text area containing content that has been previously formatted with the editor it should not add another wrapper div that sets the font-size inline on subsequent edits.
Actual behavior.
When editing content previously formatted with the editor multiple wrapping divs are being added to the content.
Steps to reproduce the problem.
With a configuration like seen in this fiddle: https://jsfiddle.net/t4csdhmn/2/ when editing the content subsequent occasions multiple wrapping font-size divs are being applied to the content see screen shot:
Editor version.
4.2.1
OS.
macOS 13.6.2 (22G320)
Browser.
Version 126.0.6478.127 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered:
Expected behavior.
When the editor is initialized on a text area containing content that has been previously formatted with the editor it should not add another wrapper div that sets the font-size inline on subsequent edits.
Actual behavior.
When editing content previously formatted with the editor multiple wrapping divs are being added to the content.
Steps to reproduce the problem.
With a configuration like seen in this fiddle: https://jsfiddle.net/t4csdhmn/2/ when editing the content subsequent occasions multiple wrapping font-size divs are being applied to the content see screen shot:
Editor version.
4.2.1
OS.
macOS 13.6.2 (22G320)
Browser.
Version 126.0.6478.127 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered: