[Bug] Label of password input field must not block focus-click on "Confirm your password to continue" dialogue #22869
Labels
Potential Bug
Something that might be a bug, but needs validation and confirmation it can be reproduced.
triaged
What happened?
I click on the label which overlays an input field: Nothing happens, and the input field is not focused.
matomo-click-on-label-text.webm
What should happen?
By clicking inside an input field, the input field must be focused.
How to fix:
Set CSS
pointer-events: none;
for.input-field > label
Alternative fix:
Give the password input-field of this dialogue a unique
id
. Right now the modal-code is repeated multiple times in the DOM (maybe once for each editable user?).https://example.org/index.php?module=UsersManager&action=index
Modal-code:
How can this be reproduced?
E.g. visit https://example.org/index.php?module=UsersManager&action=index and then give super user permissions to another user.
Matomo version
5.2
PHP version
No response
Server operating system
No response
What browsers are you seeing the problem on?
Firefox
Computer operating system
Gnome/Linux
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: