-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Words with spaces used for tags get split into multiple tags #7602
Comments
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
Overview
I have a DB created with the original KeePass on Windows that have multiple words as tags but when I open that DB with KeePassXC, I get multiple tags, split by the spaces. Also, if I try to write a new tag in KeePassXC, the moment I hit the space button, it decides to start a new tag.
Steps to Reproduce
Expected Behavior
Spaces should be allowed in tags. At least not break already existing tags with spaces, done with other KeePass programs
Actual Behavior
Tags get broken into multiple separate words, split by the spaces. For example a tag "this is tag" will be created as 3 separate tags: "this", "is", "tag", instead of just one.
Context
KeePassXC - Version 2.7.0
Revision: d7a9ef4
Distribution: AppImage
Qt 5.15.2
Debugging mode is disabled.
Operating system: Pop!_OS 21.10
CPU architecture: x86_64
Kernel: linux 5.16.11-76051611-generic
Enabled extensions:
Cryptographic libraries:
Operating System: Linux
Desktop Env: Gnome
Windowing System: Mutter
The text was updated successfully, but these errors were encountered: