lukexor / tetanes

A cross-platform NES emulator written in Rust using wgpu
https://lukeworks.tech/tetanes-part-1
Apache License 2.0
179 stars 20 forks source link

AccessKit panic on macos #310

Open lukexor opened 5 months ago

lukexor commented 5 months ago

When testing voice over with accesskit on macos in combination with the mouse, it got into a weird state where the menu had been closed, but the menu item was still focused and it resulted in a panic in accesskit_consumer.

Will need to gather more details to file an issue upstream with either egui or with accesskit_consumer.

lukexor commented 5 months ago

https://github.com/lukexor/tetanes/pull/315 disabled accesskit due to egui being behind a few versions. Until egui updates accesskit, this is blocked. See https://github.com/emilk/egui/issues/4219