bug: unable to select permission checkboxes for API token on Firefox 115.15.0esr #2713
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When attempting to create a new API tokens through the browser, the user is unable to check the boxes for the permissions. The cursor shifts to the pointed finger when hovering over the checkboxes, however a click does nothing.
This can be reproduced in a fresh private window of Firefox 115.15.0esr with no extensions. When using Google Chrome, the same error is not reproducible (everything works as intended)
Vikunja Version
Occurs in both 0.24.0 and 0.24.3
Browser and version
Firefox 115.15.0esr (current firefox version in debian 12 stable)
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
No response
Was able to reproduce. No idea why this is happening 🙃
@dpschen Do you have any idea?
Seems like this is affecting all checkboxes. And they are checked, our fancycheckbox just does not reflect that.
Seems like support for
:has
only starts from Firefox 121 https://caniuse.com/css-hasShould be fixed in
15d95f16da
. Please check with the next unstable build (should be ready in ~45min) or on the demo page.There are other uses of the :has selector which I didn't check, but that's something we should do.