Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

[$10] White spaces are accepted as valid group names #34

Closed
codejamtc opened this issue Jul 12, 2020 · 4 comments
Closed

[$10] White spaces are accepted as valid group names #34

codejamtc opened this issue Jul 12, 2020 · 4 comments
Labels
bug Something isn't working medium priority Not a roadblock to release but must be addressed at some point

Comments

@codejamtc
Copy link

image

Reproduction Steps:

  1. Open the Application https://skill-search.topcoder-dev.com/
  2. Click Topcoder > Go to first tab
  3. Click 'Add to Group'
  4. Enter a white space
  5. Click Create
  6. Check the OTHER GROUPS list

Actual Result: White spaces are accepted as valid group names

Expected Result: Should validate it

Device/OS: Laptop | Windows 10 (64bit)

Browser Information: Chrome 83.0.4103.116 | Firefox 78.0.2 | IE11

@codejamtc
Copy link
Author

https://take.ms/ggNIOH

@callmekatootie
Copy link
Collaborator

valid issue. we need to trim input before we create the group

@callmekatootie
Copy link
Collaborator

Expected:

  • Trim the input before group creation.
  • We need to do this in both Add To Group modal and Group tab page

@callmekatootie callmekatootie changed the title White spaces are accepted as valid group names [$10] White spaces are accepted as valid group names Jul 21, 2020
@callmekatootie
Copy link
Collaborator

Resolved

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working medium priority Not a roadblock to release but must be addressed at some point
Projects
None yet
Development

No branches or pull requests

3 participants