You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have the room search modal pulled up (ctrl-k) and input text too quickly, it will often close automatically in the middle of typing your search term.
Reproduction
You need a method to input text very quickly to reproduce this. A tool to do this on linux/wayland is wtype.
Open the room search modal with ctrl-k
Open a terminal, and run sleep 5; wtype 'foo bar'
Switch back to cinny before the 5 second timer is up
It gets a few characters in before the search modal closes, o bar or similar ends up in the message field.
On linux/X11, xdotool could be used in a similar way.
Expected behavior
The text foo bar is entered in the room search text field.
I trigger this frequently because I mostly do text input with plover, with emits batches of keystroke events as quickly as possible. I'm not sure if it's possible to trigger the bug with a normal keyboard, but expect that it also affects people that use speech-to-text tools.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you have the room search modal pulled up (ctrl-k) and input text too quickly, it will often close automatically in the middle of typing your search term.
Reproduction
You need a method to input text very quickly to reproduce this. A tool to do this on linux/wayland is
wtype
.ctrl-k
sleep 5; wtype 'foo bar'
o bar
or similar ends up in the message field.On linux/X11,
xdotool
could be used in a similar way.Expected behavior
The text
foo bar
is entered in the room search text field.Platform and versions
Additional context
I trigger this frequently because I mostly do text input with plover, with emits batches of keystroke events as quickly as possible. I'm not sure if it's possible to trigger the bug with a normal keyboard, but expect that it also affects people that use speech-to-text tools.
The text was updated successfully, but these errors were encountered: