Skip to content
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]: hop-web GUI crashes when trying to copy to clipboard #4810

Open
gmitter-ef opened this issue Jan 23, 2025 · 1 comment
Open

[Bug]: hop-web GUI crashes when trying to copy to clipboard #4810

gmitter-ef opened this issue Jan 23, 2025 · 1 comment

Comments

@gmitter-ef
Copy link

gmitter-ef commented Jan 23, 2025

Apache Hop version?

apache/hop-web:2.11.0

Java version?

openjdk 17.0.2 2022-01-18 OpenJDK Runtime Environment (build 17.0.2+8-86) OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)

Operating system

Docker

What happened?

Using the Web GUI container under RHEL 9.4 host, any attempt to try to copy a dummy step leads to an error.
Neither "CTRL+C" nor "Copy to clipboard" works.

How to reproduce:

  • startup a container with the 2.11.0 hop-web image
  • open the default project
  • create a new pipeline
  • add the dummy transform
  • select the dummy transform and press CTRL+C or use the "Copy to clipboard"

Error:
org.eclipse.swt.SWTError: Cannot set data in clipboard
...

See the screenshots.

Issue Priority

Priority: 3

Issue Component

Component: Hop Web

Image
Image

@gmitter-ef gmitter-ef changed the title [Bug]: [Bug]: hop-web GUI crashes when trying to copy to clipboard Jan 23, 2025
@github-actions github-actions bot added P3 Nice to have Hop Web labels Jan 23, 2025
@hansva
Copy link
Contributor

hansva commented Jan 23, 2025

Can you make sure copy permission is enabled on the browser (guides on how to check)?
A lot of browsers block copy/paste from websites with invalid certificates.
And which browser are you using? I tested with the latest development build and Chrome and copy seems to be working as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants