itsjavi / bootstrap-colorpicker

Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
https://itsjavi.com/bootstrap-colorpicker/
MIT License
1.38k stars 367 forks source link

Hue selector gets locked when the color has no saturation (gray scale) #328

Open jzabate opened 3 years ago

jzabate commented 3 years ago

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/

itsjavi commented 3 years ago

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