-
Notifications
You must be signed in to change notification settings - Fork 20
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
[Bug] Topology "copy to clipboard" action fails #1167
Comments
Maybe, it is some browser restrictions that prevents clipboard from being available? |
Hmm. Okay, I'll check again with another browser or with extensions disabled or something. Could just be on my end. Maybe I tested on version in a regular browser window and the other in private/incognito with no extensions and that's where the difference came in. |
Hmm, I can't reproduce this anymore either. It probably was just something with my browser setup at the time. |
Hang on, actually, I can reproduce it by building and smoketesting cryostat3. That's using what should be the same cryostat-web version as 2.5.0-snapshot however, so I'm not sure where the difference lies. I wonder if the 3.0 build is doing something wrong with the dependency lockfile. |
Ahh right I saw the same thing. I suppose this is the issue: https://stackoverflow.com/questions/51805395/navigator-clipboard-is-undefined
When I tried with |
Ahh, nice find, thanks! |
Current Behavior
Clicking the "copy to clipboard" icon on the Topology > Create Custom Target view fails. An error appears in the console and the text is not copied into the system clipboard.
Expected Behavior
There should be no error in the console and the text should be copied into the clipboard.
Steps To Reproduce
Environment
Anything else?
The text was updated successfully, but these errors were encountered: