Closed creesch closed 6 years ago
Seems like we can use html5 colorpicker without much issue. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color
I still need to double check with Edge if it works there as well.
Looks like it's all good
Only instances of this seem to be in core config and domain tagger.
This will be interesting because apparently the default UN colors are stored as color names instead of hex codes. We'll have to find a way to parse those colors there. (dunno if this also applies to domain tagging, haven't tested thoroughly)
I already fixed this in the redesign. You can backport that code.
Fixed in 311a465c174753e42b59d77ec3af1dc3c263edb1
Spectrum uses
jQuery.fn.bind()
,jQuery.fn.unbind()
andjQuery.fn.delegate()
all three are deprecated in jquery.