Using 'Automatic' color on text with already applied color creates 'span.style=color:null' #1084
Labels
regression
This issue is a regression.
status:confirmed
An issue confirmed by the development team.
target:minor
Any docs related issue that can be merged into a master or major branch.
type:bug
A bug.
Milestone
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
foo bar
.bar
and change text color to some predefined/custom one.bar
and change text color toAutomatic
.Expected result
Span element with color is removed producing content like
<p>foo bar</p>
.Actual result
Span element with color is not removed but modified with a null color producing html like
<p>foo <span style="color:null">bar</span></p>
Other details
colorbutton
The text was updated successfully, but these errors were encountered: