-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: User - Theme
-
6
-
Severity 3 - Minor
-
1
Issue Summary
This is reproducible on Data Center: no
Steps to Reproduce
- Access any page with legacy editor
- Try to change the color of any text
When checking the page storage, it seems that Confluence is adding the colors to the format, but not saving the one currently used. E.g.:
<span class="legacy-color-text-default legacy-color-text-pink2 legacy-color-text-green3 legacy-color-text-green4 legacy-color-text-blue5 legacy-color-text-green5 legacy-color-text-red2">Text Test</span>
While I think it should be:
<span class="legacy-color-text-red2">Text Test</span>
Expected Results
The color should change to the expected one.
Actual Results
The color is not changing consistently.
Workaround
Clear formatting on the text and reapply desired formatting again. This issue occurs when different colors are applied to a selection that already has a color applied.
- is related to
-
CONFCLOUD-77194 Converting Legacy pages removes applied color formatting on text
-
- Closed
-