modmore / ClientConfig

ClientConfig is a MODX Revolution Extra to allow clients to maintain settings in a user friendly way.
https://docs.modmore.com/en/Open_Source/ClientConfig/index.html
MIT License
28 stars 27 forks source link

Color-Picker changes values 🤔 #191

Open sebastian-marinescu opened 2 years ago

sebastian-marinescu commented 2 years ago

Summary and Step to reproduce

When opening the Color-Picker and adding a valid hex-value, like this:

image

And then pressing "Pick Color", the set (and saved) value is changed.

In my screenshot, the hex-value eceae3 gets changed after pressing "Pick Color" to edebe4.

Observed behavior

Hex-Value gets scrambled to something similar looking. If you open the picker often and just press "Pick Color", you see the behavior very nice. Also when using "Inverse" twice, I expect to end at the same color, but don't.

Expected behavior

Pick the color provided by user-input without scrambling it.

Current pragmatic work-around

Don't open the color-picker and enter the value directly.

Environment

ClientConfig 2.3.0-pl, MODX 2 or 3