Characters getting swallowed while typing
See original GitHub issueWhen showAllResults
is true
(as I said in https://github.com/DominikDoom/a1111-sd-webui-tagcomplete/issues/34#issue-1420740828, it’s basically necessary for chinese users), characters maybe swallowed when typing, even with small resultStepLength
(50
in my case)
Demo: when I try to type guro
A possible and popular way to solve this is to delayed the keypress event handler until user stop typing, or handle it asynchronously
For example generate the dropdown list keypressHandlerDelay
ms later after user stops typing, the default value of the delay could be 300
ms or something and can be changed in config.json
Issue Analytics
- State:
- Created a year ago
- Comments:37 (18 by maintainers)
Top Results From Across the Web
how to stop key gobbling up letter next to it
Tap the Insert key to toggle it off. It's to the right of Backspace and Enter, above Delete (on a regular keyboard) It...
Read more >Intellisense keep swallowing typed symbols. Need to type 2-3 ...
Hello! Often when I'm typing something autocomplete help just swallows my keypresses. E.g: I type "ImageResource". I see stutters and "ImgeRsr".
Read more >Pressed a key on the keyboard that reversed typing of letters ...
... of the cursor along the line seems to swallow up subsequent letters, ... overtype mode, in which the cursor, when typing, overwrites...
Read more >Swallow the Key - TV Tropes
A character swallows a key for safekeeping, whether to lock something or someone inside a device or room. Since you usually don't get...
Read more >Swallow whole and dealing damage internally - Paizo
While swallowed whole are you able to deal unarmed damage as a monk? ... I had a Natural Attack focused character that once...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve added the config option, default is still 100, so you will have to edit the config and set it to 0 there.
I’ll keep this issue open since it’s not solving the actual problem though.
40d53d89d16c6fd6e4e05d9ad8f9a46ac27c1352 working confirmed, by setting the debounce delay to 0 https://github.com/DominikDoom/a1111-sd-webui-tagcomplete/blob/40d53d89d16c6fd6e4e05d9ad8f9a46ac27c1352/javascript/tagAutocomplete.js#L675