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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editing a tag, allows you to have duplicated tags (case insenstitve) #1035

Closed
3 tasks done
Polm90 opened this issue May 18, 2022 · 1 comment
Closed
3 tasks done

Editing a tag, allows you to have duplicated tags (case insenstitve) #1035

Polm90 opened this issue May 18, 2022 · 1 comment
Labels

Comments

@Polm90
Copy link

Polm90 commented May 18, 2022

Prerequisites

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed

馃挜 Demo Page

https://jsbin.com/lunuzuj/1/edit?html,js,output
This is the same example used for this UNRESOLVED issue

Explanation

  • What is the expected behavior?
    Editing tags (using double click) doesn't allow you to have duplicated tags (which are different only for lowercase/uppercase characters) because if you try to manually add the duplicated tag, the library doesn't allow you.

  • What is happening instead?
    You can have 2 tags which are the same

  • Steps:

  1. add a tag (for example 'test')
  2. try to add a similar tag (for example 'tesT') --> it is not allowed (correct)
  3. add another tag (for example 'tes')
  4. double click on the tag added at point 3, and modify it to make it equal to the first one using an upper case character (for example 'tesT'). --> the tag is actually acccepted by the library (wrong)
  5. repeat step 2 (add for example 'tesT' again or 'TesT' or 'Test') --> it is not allowed (correct)

image

@yairEO yairEO added the Bug label Jun 3, 2022
@yairEO
Copy link
Owner

yairEO commented Jun 3, 2022

Related to #1019

@yairEO yairEO closed this as completed in c3502e4 Jul 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants