-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Editor - Cloud
-
2
-
Severity 3 - Minor
Issue Summary
When changing between dark and light modes and using color in a text box(in the example orange), the color will automatically switch to another(in the example blue) and if you try to edit the text box it will change back to the original color, the customer is a Cloud user.
I will upload the customer video internally since it may contain sensitive data.
Steps to Reproduce
- Create an issue with the text box and use a light-color
- Change to dark mode
- Edit that text box
Expected Results
The expected behavior should be to match the color to the theme or to not change the color at all, any of both scenarios are happening, we have color changing automatically and some bug in the color after that when trying to edit.
Actual Results
The color changes to a darker color and when you try to edit it goes back to the original color while editing.
Workaround
This bug only occurs when setting the text color to a standard string value such as {color:red}Some Text{color}. However, this doesn't occur when using hex codes such as {color:#ff5630}Some Text{color}. Therefore, setting the text color to hex code instead of the standard strings will work around this bug for now.
- mentioned in
-
Page Loading...