-
-
Notifications
You must be signed in to change notification settings - Fork 576
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
There is a Catton phenomenon in jquery.terminal input or deletion #506
Comments
Sorry but what is "Catton phenomenon"? Can you explain more? |
Keep pressing a key to input. At the beginning, one input comes in, and then more than one input will come together. |
This is not a bug, this is how terminal work, there is single keypress and repeated Will check IE and Edge if it's any different. |
It is always inserted, but after a long time, frame freezing begins. The user thinks this should have the same effect as the command prompt. Always press a key, one input after another to enter, one delete. |
I don't know what terminal you're using but holding key on linux keeps adding characters not single character, and press and hold delete key keep deleting the characters, not single character. I can only make delete word when hold key to be only on mobile. |
@YanFang150602 can you tell my on what browser/OS you see the issue?
This should never happen. When I've tested this, it was working fine on Linux/Chromium
This is mainly done to work like on mobile, this is a feature, I can restrict this to only mobile. |
Now mobile delete is disabled by default (default value is true on mobile) you can force it with mobileDelete option. |
released in 2.8.0 |
if it still don't work please reopen and create demo with reproduction with latest version. |
Expected behavior
Input or delete operations are fluent
Actual behavior
There is a Catton phenomenon in jquery.terminal input or deletion
Steps to reproduce
Press a button all the time
Browser and OS
Chrome or Edge or IE
win7
The text was updated successfully, but these errors were encountered: