ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.78k stars 2.46k forks source link

Strikethrough alignment issue #5401

Open nipandeBMC opened 1 year ago

nipandeBMC commented 1 year ago

Select text and click strikethrough select the size 72 and click strikethrough again. The alignment of strike is on top instead of in middle. Attached recording for reference. strikethoughIssue

jacekbogdanski commented 1 year ago

It looks like inline styling is incorrectly nested resulting in this weird behavior:

<p><s><span style="font-size:72px">foobar</span></s></p>

Note that <s> element should be nested inside a <span>, not backward.

sushruts commented 1 year ago

@jacekbogdanski , any ETA for this ?

jacekbogdanski commented 1 year ago

At the moment we have some other priorities. If you would like to speed things up and have a CKEditor 4 license, please contact our support team (e.g. by using https://ckeditor.com/contact/ )