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
{{ message }}
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.
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
itsjavi
changed the title
Got stuck on selecting the color on colorpicker-hue panel when colorpicker is applied on several elements.
Hue selector gets locked when the color has no saturation (gray scale)
Apr 29, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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/
The text was updated successfully, but these errors were encountered: