Using Nextcloud on Truenas. The photo editor colour picker for stroke & shadow for all the tools (text, image, rectangle, pen etc etc) does not work. You can not click on anything.
For the colour picker the cursor changes to a cross when you hover over the colour picker and you can select a colour but on stroke & shadow the cursor does not change to a cross when you hover over the colour picker and you can not select anything.
I have tested with different browsers and on different computers with Windows and/or Linux.
I don’t know why i said that it was fixed because it never was. I must have made a mistake on a long day when i was tired. Or maybe it had been fixed but was then regressed after a further update to not working again.
Anyhow, i have found that you can actually remove the offending html layer that is in the wrong Z position.
I use the stylus browser addon with a script to remove this
.SfxPopper-Overlay {
display: none;
}
and i widen the colour picker with
.gMTyoX {
max-width: 750px;
}
You could also use an adblocker like uBlock to remove the blocking layer with the element zapper/picker
add in ublock your-nextcloud-domain.com##.SfxPopper-Overlay
Still like to add, that 31.0.1 has the issue!
But color picking is working partially.
The error now relates to the pen, line, arrow function only.
Here you can open the color picker, but it will close as soon as you try to choose something.