lukexor / tetanes

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

AccessKit panic on macos #310

Open lukexor opened 1 week ago

lukexor commented 1 week 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 days 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