-
Notifications
You must be signed in to change notification settings - Fork 707
No repaint on key press? #10165
Copy link
Copy link
Closed
Labels
eguiRequires egui/eframe workRequires egui/eframe workuiconcerns graphical user interfaceconcerns graphical user interface📉 performanceOptimization, memory use, etcOptimization, memory use, etc😤 annoyingSomething in the UI / SDK is annoying to useSomething in the UI / SDK is annoying to use🪳 bugSomething isn't workingSomething isn't working
Description
It seems like egui is not repainting when pressing keys.
Symptom: unresponsive key input
First: Make sure nothing is animating!
Some of our shortcuts only trigger on key release lately. I suspect recent egui activity.
For instance: press ⌘+P for the command palette and notice it only appears when you let go of the ⌘ key, but only on web builds(!). Ctrl-P seems unaffected on web though.
Or select something in the blueprint panel and press down to select the next item: it is selected on key release.
Do the same in the blueprint panel: and it responds on key press.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
eguiRequires egui/eframe workRequires egui/eframe workuiconcerns graphical user interfaceconcerns graphical user interface📉 performanceOptimization, memory use, etcOptimization, memory use, etc😤 annoyingSomething in the UI / SDK is annoying to useSomething in the UI / SDK is annoying to use🪳 bugSomething isn't workingSomething isn't working