-
Notifications
You must be signed in to change notification settings - Fork 0
[$75] Issues with mentions #433
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
Comments
Challenge https://www.topcoder.com/challenges/cb0730bf-ead2-4f85-b553-7c33b3b96883 has been created for this ticket. |
Challenge https://www.topcoder.com/challenges/cb0730bf-ead2-4f85-b553-7c33b3b96883 has been assigned to obog. |
@jmgasper Please apply PR-topcoder-platform/forums-topcoder-editor-plugin#15. ChangesI've checked on Topcoder sign up page which chars are supported in usernames. Added missing supported chars. Username: letters, numbers and the following characters: "_", ".", "+", "-": SpacesUsing a space in useranme would cause user to use a reserved/custom keyboard shortcut or use a mouse to cancel the autocompletion mode if they don't want to select. Using '.', '+'Using '.', '+' in "/members/autocomplete" (Topocder APIv5):
https://github.com/topcoder-platform/member-api/blob/3474f96ff21e1c36a3964b5ba11acc93554fe9db/docs/swagger.yaml#L573 |
Payment task has been updated: https://www.topcoder.com/challenges/cb0730bf-ead2-4f85-b553-7c33b3b96883 |
Verified in Dev. |
When there is '-', '@' or space in the handle names they don't work.
Also if user do backspace after entering a space or '-', it will not show up the list of handles even if user starts typing again.
Screencast.2021-02-24.mp4
The text was updated successfully, but these errors were encountered: