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

In Chrome on Mac, if you keep pasting some text, the 2001 characters are pasted even when the max length is 2000. #23

Open
chetanyakan opened this issue Jun 7, 2019 · 0 comments

Comments

@chetanyakan
Copy link
Contributor

Summary
In Chrome on Mac, if you keep pasting some text, the 2001 characters are pasted even when the max length is 2000.

  • Only appears in some specific versions for OS/browsers. Unable to reproduce in others.

Steps To Reproduce
Steps to reproduce the behaviour:

  1. Start and leave a meeting to be sent a new survey.
  2. Click on the 'Start Survey' button to open survey modal.
  3. Copy some text.
  4. Select the open question Textarea and keep pressing Cmd + V until no more text can be pasted.
  5. Notice that it stops at the 2001st character. The text below the Textarea shows "-1 characters left".
  6. If you delete a character, then you would not be able to type again.

Expected behaviour
The text would stop when 0 characters are left.

Observed Behavior
The text stops when there are -1 characters left.

Environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant