Simon Reinisch
Simon Reinisch
This is actually pretty cool, but unfortunately this project is not longer in a state were new features get added, see this [section](https://github.com/Simonwep/pickr#status-of-this-project) of the readme. I should probably also...
Please stick to the [Issue Template](https://github.com/Simonwep/pickr/blob/master/.github/ISSUE_TEMPLATE.md). Create a JSFiddle and describe what you've done as detailed as possible and break your issue down to a minimum. This will help me...
Not sure if I can fix that in case the iframe intercepts and prevents propagation of the mouseup event. I'll take a look at it on the weekend.
Looks like this is rather difficult to fix according to [this](https://stackoverflow.com/questions/5645485/detect-mousemove-when-over-an-iframe) StackOverflow thread 😕
See [Readme#methods](https://github.com/Simonwep/pickr#methods), `setColor` has a `silent` argument.
Oh that seems to be true, only the `save` event is supressed... I'll mark this as a feature request.
I don't own a mac nor have access to the latest Safari version (only v12) - You one of you describe what is happening in detail? Maybe there's an error...
Ugh, that is really strange (and difficult to fix without safari) - at least I won't be able to fix that, I'll mark this issue maybe someone else could take...
@edwinfinch I'd rather say that this is a safari-related bug where `currentColor` does not update when `color` should trigger a re-paint. It wouldn't be the first time Safari doesn't follow...
@MrMooky @swaterfall @caspii @edwinfinch I just pushed an updated version with CSS Variables instead. Of course this means that IE11 support is completely gone but I never intented to support...