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.
When the initial hue is 0 (e.g. colour is black or red), the background colour of the saturation bar changes as the saturation is changed. When the hue is not 0 (e.g. colour is blue or #ff0001), the background colour is fixed.
The fixed background colour seems to be the correct behaviour, as this means that the user can see what the colour will be before they click on it. The background colour should probably only ever change as the hue bar changes and default to red.
Manually dragging to the top of the hue bar also fixes the background colour.
When the initial hue is 0 (e.g. colour is black or red), the background colour of the saturation bar changes as the saturation is changed. When the hue is not 0 (e.g. colour is blue or #ff0001), the background colour is fixed.
The fixed background colour seems to be the correct behaviour, as this means that the user can see what the colour will be before they click on it. The background colour should probably only ever change as the hue bar changes and default to red.
Manually dragging to the top of the hue bar also fixes the background colour.
This fiddle demonstrates the issue:
https://jsfiddle.net/34v1kjkc/
Edit: this may be a duplicate of #183 but I couldn't be sure from that bug's description ("this happens")
The text was updated successfully, but these errors were encountered: