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]: Cannot use Ctrl-C/Ctrl-V to copy paste into input boxes for setting up JDBC Generic connections URL #2967

Open
usbrandon opened this issue May 25, 2023 · 5 comments
Labels

Comments

@usbrandon
Copy link
Contributor

usbrandon commented May 25, 2023

Apache Hop version?

2.4.0-GA

Java version?

11.0.19

Operating system

Linux

What happened?

For the URL, I had to use the right click menu options for copy and paste to put content into this URL input box. It should allow keyboard shortcuts for copying and pasting but does not.

image

Issue Priority

Priority: 2

Issue Component

Component: Hop Gui

@hansva
Copy link
Contributor

hansva commented May 26, 2023

which linux distro do you use? I can not reproduce this issue on MacOS

@bjackson-ep
Copy link
Contributor

Ubuntu 22.04.2 LTS (GNU/Linux 5.15.0-72-generic x86_64)

@mattcasters
Copy link
Contributor

Also couldn't reproduce on 2.7.0 (master) on Kubuntu 22.04.3 LTS

@vutiendung
Copy link
Contributor

vutiendung commented Dec 8, 2023

@usbrandon By default, hop is pre-reserve the Ctrl v and Ctrl C to copy and paste the transformation steps in pipeline from/to clipboard. so, they are expecting that the text in clipboard will be xml, otherwise it will be converted to note in pipeline.
If you don't need this shortcut, just want to copy and paste text, you can remove or change to other the shortcuts.
I tried and can see it's working from my end.
MacOS will not be encountered this problem because it's using command + v/c to paste text.
You can search with the keyword @GuiKeyboardShortcut(control = true, key = 'v')
Not sure why it just happened in the web version, not from client version.

@point1234
Copy link

I'm having the same issue with Hop 2.11.0 on Windows 11

@hansva hansva removed the bug label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants