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
Using the selection palette, with local storage, and the workarounds described here, the selection palette updates differently on IE than on Chrome.
In Chrome/Firefox, the selection palette does not update right away after spectrum('set', ...), it updates when the next change occurs.
In IE, the selection palette updates right away. Thus, the leftmost colour in the selection palette is always the currently selected colour and has a checkmark, in IE only.
In action: Firefox/Chrome vs in IE
I'd say IE's behaviour makes more sense. Either way, we will be rolling our own selection palette for now.
The text was updated successfully, but these errors were encountered:
Using the selection palette, with local storage, and the workarounds described here, the selection palette updates differently on IE than on Chrome.
In Chrome/Firefox, the selection palette does not update right away after
spectrum('set', ...)
, it updates when the next change occurs.In IE, the selection palette updates right away. Thus, the leftmost colour in the selection palette is always the currently selected colour and has a checkmark, in IE only.
In action: Firefox/Chrome vs in IE
I'd say IE's behaviour makes more sense. Either way, we will be rolling our own selection palette for now.
The text was updated successfully, but these errors were encountered: