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

Card name is trimmed too fast when writting multiple words #2

Open
yvoyer opened this issue Jan 26, 2020 · 2 comments
Open

Card name is trimmed too fast when writting multiple words #2

yvoyer opened this issue Jan 26, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@yvoyer
Copy link

yvoyer commented Jan 26, 2020

When entering a card's name, if we wait too long to type the first letter of the second word, after typing the space, the space is removed.

Step to reproduce

  • Create a card (Event or other)
  • Enter first word
  • type " " (space) char
  • Wait 3 seconds
  • Type the first char of the second word

Actual: The space is trimmed resulting in the first letter of the second word to be concatenated to the first word
Expected: Both words should be spaced.

Suggestion, Trim the name once the user exit the event name edition.

@codeliner codeliner self-assigned this Jan 26, 2020
@codeliner codeliner added the bug Something isn't working label Jan 26, 2020
@codeliner
Copy link
Contributor

Hey @yvoyer

sorry for answering late. Finally found the time to look at the issue today, but my problem is I cannot reproduce it, see:

Trim_Bug

What browser + version + OS are you on?

@yvoyer
Copy link
Author

yvoyer commented Feb 9, 2020

@codeliner

My browser: Firefox v72.0.1
OS: Ubuntu 14.04 (I know its outdated)

I also tried on Chrome Version 65.0.3325.181, and it worked.
It looks like it might be browser related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants