- Issue created by @kostyashupenko
- Status changed to Active
over 1 year ago 7:31pm 20 October 2023
Sometimes we can use a shorthand of hex color using only 3 digits. For example color #fff
is actually equal to #ffffff
.
If to set color in schema in 3-digit format and try to change its color in admin back-office and save the form -> color will be changed. But on the user page color will not be replaced.
Some screens:
Active
1.0
Code
The change is currently missing an automated test that fails when run with the original code, and succeeds when the bug has been fixed.