I originally opened alacritty/alacritty#1803 to alacritty, but it was shown that this is most likely a winit issue.
Environment
Mac OS 10.13.6
Running on a built in display. 15.4 inch (2880 x 1800)
Reproduction steps:
cargo run --example window > out.log
- Once window is focused. Type
asdfasdf
- A weird point here. If i type slowly, everything is okay. If i type fewer characters it's fine. It seems to start failing once a certain amount of keyboard inputs are received in a small amount of time.
- Then the log shows the
ReceivedCharacter even looping over and over even though i've stopped providing any input.
Attached is the log
out.log
I originally opened alacritty/alacritty#1803 to alacritty, but it was shown that this is most likely a winit issue.
Environment
Mac OS 10.13.6
Running on a built in display. 15.4 inch (2880 x 1800)
Reproduction steps:
cargo run --example window > out.logasdfasdfReceivedCharactereven looping over and over even though i've stopped providing any input.Attached is the log
out.log