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
When enter a color name like red or green in input field no matter of the current selected mode, it seems to shortly convert to the hexa code for red, but then revert to orginal selected color hexa code. In the preview the round circle has however been updated.
If the current behavior is a bug, please provide the steps to reproduce and create a JSFiddle.
By enter e.g. red it is great if change to the hexa color code for red and update the preview as well. However it shouldn't revert back to original selected color code.
It also seems it is flickering a bit when just deleting part of the hexa code.
Your environment:
Version (see Pickr.version): 1.2.6
Used bundle (es5 or normal one): Normal
Used theme (default is classic): Classic
Browser-version: Google Chrome Version 76.0.3809.100
Operating-system: Windows 10
Kinda a duplicate of #133, anyway fixed in 973f317 :) It will now convert the color-name to the current representation if the input field get's blurred! Ah yeah, thank's - fixed the typo ^^
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When enter a color name like
red
orgreen
in input field no matter of the current selected mode, it seems to shortly convert to the hexa code forred
, but then revert to orginal selected color hexa code. In the preview the round circle has however been updated.If the current behavior is a bug, please provide the steps to reproduce and create a JSFiddle.
https://jsfiddle.net/Simonwep/qx2Lod6r/
Can be reproduced in the default template or the demo page.
https://simonwep.github.io/pickr/
What is the expected behavior?
By enter e.g.
red
it is great if change to the hexa color code for red and update the preview as well. However it shouldn't revert back to original selected color code.It also seems it is flickering a bit when just deleting part of the hexa code.
Your environment:
Off topic: There is a minor typoe here https://github.com/Simonwep/pickr#the-hsvacolor-object should be "Converts the object to a cmyk array" instead of "Converts the object to a cymk array".
The text was updated successfully, but these errors were encountered: