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

Clipboard logic still broken. (multiple connections) #7321

Open
attikov opened this issue Mar 5, 2024 · 1 comment
Open

Clipboard logic still broken. (multiple connections) #7321

attikov opened this issue Mar 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@attikov
Copy link

attikov commented Mar 5, 2024

Bug Description

Client connected to host A and B.

Copy text on A -> Clipboard goes to Client. Ok.
Paste on B -> Client Clipboard is not yet present on B. (Ok, we don't want to broadcast on ctrl-c)

Paste it on Client, Select it again, Copy, Paste on B. -> Client Clipboard is still not present on B. <------ wrong

Paste on Client, Copy something else into the clipboard, Select original text, Copy, Paste on B. ->
Client Clipboard is now present on B.

There is a check in place to determine if the clipboard has changed, which is preventing the expected behavior.

How to Reproduce

Same as above.

Expected Behavior

Working clipboard

Operating system(s) on local side and remote side

Windows 10 -> Windos 10*

RustDesk Version(s) on local side and remote side

1.24 feb 28

Screenshots

jzanZCM

Additional Context

No response

@attikov attikov added the bug Something isn't working label Mar 5, 2024
@rustdesk rustdesk changed the title Clipboard logic still broken. Clipboard logic still broken. (multiple connections) Mar 5, 2024
@attikov
Copy link
Author

attikov commented Mar 9, 2024

Since the clipboard transfer automation is heavily defective, it would be necessary to have explicit buttons for sending and receiving the clipboard content. However, it should be easily accessible, at least with an option to toggle the presence of these buttons on or off, if you don't want to alter the standard appearance.

At the same time, within the options, automatic transfer should be able to be turned off completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant