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

Move to tab command deletes item if moving to same tab #2669

Closed
CodesAway opened this issue Apr 9, 2024 · 1 comment · Fixed by #2684
Closed

Move to tab command deletes item if moving to same tab #2669

CodesAway opened this issue Apr 9, 2024 · 1 comment · Fixed by #2684
Labels

Comments

@CodesAway
Copy link

Describe the bug
Move to tag command deletes item if moving to same tab

To Reproduce
Steps to reproduce the behavior:

  1. Create Move to "Tasks" tab command
    • Press F6 (to open commands window)
    • Click Add and type move
    • Select Move to "Tasks" tab and click OK
    • Click OK to close commands window
  2. Copy some text (appears in default clipboard tab)
  3. Right click an item and select Move to "Tasks" tab
  4. This works as expected (creating a Tasks tab if one doesn't exist)
  5. Switch to the Tasks tab
  6. Right click item and select Move to "Tasks" tab (such as if done by mistake)
  7. Item is deleted

Expected behavior
No change should be made, since the item is already on the Tasks tab

Screenshots
(1) Move to tag tasks success
(2) Select move to same tag
(3) Item is removed (expected no change)

Version, OS and Environment
CopyQ Clipboard Manager 8.0.0
Qt: 6.5.3
KNotifications: 6.0.0
Compiler: MSVC
Arch: x86_64-little_endian-llp64
OS: Windows 11 Version 23H2

@CodesAway CodesAway added the bug label Apr 9, 2024
@hluk hluk changed the title Move to tag command deletes item if moving to same tab Move to tab command deletes item if moving to same tab Apr 21, 2024
@hluk
Copy link
Owner

hluk commented Apr 21, 2024

Fixed in #2684. Thanks for the report!

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

Successfully merging a pull request may close this issue.

2 participants