bgrins / spectrum

The No Hassle JavaScript Colorpicker
https://bgrins.github.io/spectrum/
MIT License
2.32k stars 588 forks source link

Color picker lost focus of himself #529

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi, I'm working on an email editor and for each row which are tables I display a toolbox (on hover) with in it a color picker.

Every time I hover I create a color picker. The issue is when I dynamically change the content of the table and I hover again, the color picker is set with the right values but when I click to change the color he lost the focus on himself and the div <div class="sp-container sp-hidden sp-light sp-buttons-disabled sp-palette-buttons-disabled"></div> disappears.

Thanks for helping.