-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
UI failing to copy token #22751
Comments
This also seems to be impacting the ability to interact with the Browser CLI (panel appears but the text entry doesn't become active) or switch between namespaces (on Enterprise) if the sidebar is collapsed. |
@EschewObfuscaton thank you for the issue. We have a fix for the copy token button in this PR that will be backported to 1.14.5 and 1.15.1. However, the other two issues mentioned by @tdy-jbowdre will need to be addressed in a separate PR—there's a bit more consideration and problem solving that needs to be done for the namespace picker and console. Thank you both for the comments. |
Thanks @Monkeychip! Should I break those into separate issues to make it easier for tracking? |
@tdy-jbowdre That's okay, but thank you for offering. We've got this issue linked to an internal ticket that is in-progress for just the namespace picker and console. I'll keep this GH issue open until it's resolved. |
@tdy-jbowdre it seems that the fix for the namespace picker and console needed to come from a fix on the HDS (Hashicorp Design Systems) package. Because we can't safely backport a package upgrade, this fix will come in 1.16.0. See PR here. We added a known issue in the meantime. Thank you both again for the issue and comments. |
Describe the bug
The sidebar navigation in 1.14.0 onwards allows users to copy their current token to clipboard when the sidebar is fixed.
If Vault isn’t full screen or the screen is rotated to portrait the sidebar collapses. When a user attempts to copy their current token the UI shows the copied pop up in the bottom left but nothing is copied to the clipboard. The user is left with either an empty clipboard or whatever they’d previously copied.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The user should be able to paste the token or the UI should show that it’s failed to copy the token.
Environment:
The text was updated successfully, but these errors were encountered: