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

Moving item on Windows not working #2304

Closed
richboss opened this issue Mar 20, 2023 · 2 comments
Closed

Moving item on Windows not working #2304

richboss opened this issue Mar 20, 2023 · 2 comments
Labels
bug Windows Relates to Windows OS

Comments

@richboss
Copy link

Describe the bug
According to documentation, an item can be moved from one tab to another by dragging it with the mouse (without pressing any modifier key). This does not work correctly on Windows. On Windows the item gets copied to the destination tab, but it will not be removed from the source tab, hence effectively getting duplicated on the destination tab. On Linux, for comparison, it works as expected.

To Reproduce
Steps to reproduce the behavior:

  1. Create an item with arbitrary content on any tab (e.g. the default "Clipboard" tab)
  2. Create a second tab
  3. Use the mouse to drag the item to the second tab
  4. Observe that the item gets copied to the second tab, but at the same time remains on the first tab.

Expected behavior
The item should be moved, not copied.

Version, OS and Environment
CopyQ Clipboard Manager 6.4.0
Qt: 5.15.2
KNotifications: 5.92.0
Compiler: MSVC
Arch: x86_64-little_endian-llp64
OS: Windows 10 Version 2009

@richboss richboss added the bug label Mar 20, 2023
@hluk
Copy link
Owner

hluk commented Apr 2, 2023

This is fixed in #1246, but not yet released.

@hluk hluk closed this as completed Apr 2, 2023
@hluk hluk added the Windows Relates to Windows OS label Apr 2, 2023
@hluk
Copy link
Owner

hluk commented Apr 2, 2023

I just released the fix in 7.0.0: https://github.com/hluk/CopyQ/releases/tag/v7.0.0

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

No branches or pull requests

2 participants