-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Window example stops responding after short keyboard input #714
Copy link
Copy link
Closed
Labels
A - needs reprowaiting for a way to reproducewaiting for a way to reproduceB - bugDang, that shouldn't have happenedDang, that shouldn't have happenedC - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backend
Description
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
ReceivedCharactereven looping over and over even though i've stopped providing any input.
Attached is the log
out.log
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A - needs reprowaiting for a way to reproducewaiting for a way to reproduceB - bugDang, that shouldn't have happenedDang, that shouldn't have happenedC - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backend