-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility #3731
Comments
* Part of #3731 See [`AccessKit`](https://github.com/AccessKit/accesskit) for more. ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) * [x] I've included a screenshot or gif (if applicable) * [x] I have tested [demo.rerun.io](https://demo.rerun.io/pr/3732) (if applicable) * [x] The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG - [PR Build Summary](https://build.rerun.io/pr/3732) - [Docs preview](https://rerun.io/preview/87353267113804323ccbd12ab5f1076c334b8604/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/87353267113804323ccbd12ab5f1076c334b8604/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
I'm using rerun-sdk from Python. Accessibility Inspector was still unhappy until I made a skeleton app like this:
After this, I was able to select buttons in rerun with Accessibility Inspector and see the tree. I'll note the accessibility performance is much worse than I'd expect. Rechecking with Talon (which also uses egui with accesskit), I see the same laggy response. Not sure what's up there but it should probably go upstream to egui or accesskit. Basically hovering over a UI element with Accessibility Inspector has around a 1 second lag before it's highlighted, while another app like Safari highlights elements immediately. |
Thanks for investigating this. That latency is very bad 😱! |
We should strive to have some accessibility support in Rerun. The first and simplest step is turning on the AccessKit feature of
eframe
.I have no idea of how do to proper accessibility for 3D data though.
The text was updated successfully, but these errors were encountered: