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

Pasting a new tag into the tag field don't work #7528

Closed
aikitori opened this issue Mar 12, 2022 · 0 comments · Fixed by #7708
Closed

Pasting a new tag into the tag field don't work #7528

aikitori opened this issue Mar 12, 2022 · 0 comments · Fixed by #7708

Comments

@aikitori
Copy link

Overview

Can't paste into the tag field for adding a new tag

Steps to Reproduce

  1. Copy a string to the clipboard (right click, ctrl+c)
  2. Try to paste ist into the tag field (right click, ctrl+v)

Expected Behavior

Tag should be added, at least a info when the string ist invalid for a Tag

Actual Behavior

Nothing happen, pasting ist not working. Context Menu doesn't appear

Context

  • Tested strings:
    • test
    • test test
    • test-test
    • 1

KeePassXC - Version 2.7.0-beta1
Download from the release page

Operating System: Windows 10 Version 2009
CPU-Architektur: x86_64
Kernel: winnt 10.0.19044

@droidmonkey droidmonkey added this to the v2.7.1 milestone Mar 21, 2022
droidmonkey added a commit that referenced this issue Mar 29, 2022
* Fix #7602 - Allow spaces in tag names
* Fix #7528 - Allow pasting text into the tags field. Text is split by comma creating tags for each section of text. If there are no commas then the pasted text becomes a tag.
* Fix tags editing not causing the entry to be marked as modified.
droidmonkey added a commit that referenced this issue Mar 29, 2022
* Fix #7602 - Allow spaces in tag names
* Fix #7528 - Allow pasting text into the tags field. Text is split by comma creating tags for each section of text. If there are no commas then the pasted text becomes a tag.
* Fix tags editing not causing the entry to be marked as modified.
droidmonkey added a commit that referenced this issue Mar 29, 2022
* Fix #7602 - Allow spaces in tag names
* Fix #7528 - Allow pasting text into the tags field. Text is split by comma creating tags for each section of text. If there are no commas then the pasted text becomes a tag.
* Fix tags editing not causing the entry to be marked as modified.
pull bot pushed a commit to nonomal/keepassxc that referenced this issue Mar 30, 2022
* Fix keepassxreboot#7602 - Allow spaces in tag names
* Fix keepassxreboot#7528 - Allow pasting text into the tags field. Text is split by comma creating tags for each section of text. If there are no commas then the pasted text becomes a tag.
* Fix tags editing not causing the entry to be marked as modified.
t-h-e pushed a commit to t-h-e/keepassxc that referenced this issue Sep 8, 2022
* Fix keepassxreboot#7602 - Allow spaces in tag names
* Fix keepassxreboot#7528 - Allow pasting text into the tags field. Text is split by comma creating tags for each section of text. If there are no commas then the pasted text becomes a tag.
* Fix tags editing not causing the entry to be marked as modified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants