-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reactivity bug in web UI login form #8755
Comments
We will probably need to listen for different event to support password managers. |
Probably it directly overrides the value of the input via code and only triggers a change event. Should be an easy fix. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
/assign |
What happened?
When logging in (latest version of web UI) and autofilling the token field with my password manager plugin, the value is filled but the Sign in button remains disabled. Only after manually focussing on the field and pressing enter the value is detected and the Sign in button becomes enabled.
What did you expect to happen?
The Sign in button to become enabled as soon as a value is present in the token input field.
How can we reproduce it (as minimally and precisely as possible)?
Programmatically set the token value in any manner (e.g. through a browser plugin).
Anything else we need to know?
I'm pretty sure this worked previously; I have not yet attempted to look for the differences in the UI compared to previous versions myself, but that might be a good place to start.
What browsers are you seeing the problem on?
No response
Kubernetes Dashboard version
7.0.0
Kubernetes version
1.29
Dev environment
No response
The text was updated successfully, but these errors were encountered: