Hi
Using Ckeditor, I have my

<div style="border: 3px coral solid">
<p>Test</p>
</div>

being wiped to

<div>
<p>Test</p>
</div>

Using WYSIWYG Filter doesn't change anything.
Help, ideas, welcome

Best regards
D.

Comments

dbourrion created an issue. See original summary.

morbiD’s picture

Looks like exactly the same issue I reported a month earlier: #2702021: Style regexes for shorthand properties are too strict about the order of values.

I suspect if you changed the order of the style to border: 3px solid coral it would work fine, but that's not much of a solution when you're pasting large amounts of HTML from external sources.