Description
On the live example on jsfiddle I setup for elements colorpicker. Issue occurs when I try to select color on the third element where the colorpicker-hue panel got stuck unless I click first on the colorpicker-saturation.
Context
bootstrap-colorpicker version: 2.5.1
bootstrap version: 4.3.1
jQuery version: 3.4.1
Browser name and version: Version 90.0.4430.93 (Official Build) (64-bit)
Operative System name an version: Windows 10
Expected behavior
Able to select color on the colorpicker-hue panel.
Actual behavior
Color picker still appears on the end of the body
The actual issue is that the third color is #373737 which is in the gray-scale, so the hue is locked to one color until you move the saturation to a non-grayscale area
Description On the live example on jsfiddle I setup for elements colorpicker. Issue occurs when I try to select color on the third element where the colorpicker-hue panel got stuck unless I click first on the colorpicker-saturation.
Context bootstrap-colorpicker version: 2.5.1 bootstrap version: 4.3.1 jQuery version: 3.4.1 Browser name and version: Version 90.0.4430.93 (Official Build) (64-bit) Operative System name an version: Windows 10
Expected behavior Able to select color on the colorpicker-hue panel.
Actual behavior Color picker still appears on the end of the body
Live Example https://jsfiddle.net/7crmgbjk/