You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In case of an existing 8 char hexcolor value in the editor containing the alpha value, changing the alpha value in the colorpicker leads to not fully replacing the hexstring in the editor but inserting it so that in the editor a 10 char invalid hexcolor code appears.
To Reproduce
Steps to reproduce the behavior:
Have a 8 char hexcode containing a two char alpha value in the editor
click on the color picker square
change alpha value
leave color picker
Expected behavior
Full hexstring in codemirror editor is replaced with string from color picker
Screenshots
Editor 8char hex value
color picker: change alpha value
now editor has a 10 char hex value
Desktop (please complete the following information):
Windows
Chrome version 81.0.4044.129 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
Mooreel
changed the title
Alpha value in codemirror not considered, alpha value change leads to 10 char hexcode
Changing hexcolor with existing alpha value will not replace full hexstring in editor
May 6, 2020
Describe the bug
In case of an existing 8 char hexcolor value in the editor containing the alpha value, changing the alpha value in the colorpicker leads to not fully replacing the hexstring in the editor but inserting it so that in the editor a 10 char invalid hexcolor code appears.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Full hexstring in codemirror editor is replaced with string from color picker
Screenshots
Editor 8char hex value
color picker: change alpha value
now editor has a 10 char hex value
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: