Skip to content

No repaint on key press? #10165

@emilk

Description

@emilk

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.

Metadata

Metadata

Assignees

Labels

eguiRequires egui/eframe workuiconcerns graphical user interface📉 performanceOptimization, memory use, etc😤 annoyingSomething in the UI / SDK is annoying to use🪳 bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions