egui/crates
Lucas Meurer 7fc80d8623
Accessibility inspector plugin (#7368)
Adds an accessibility inspector plugin that shows the current AccessKit
tree:


https://github.com/user-attachments/assets/78f4f221-1bd2-4ce4-adf5-fc3b00f5c16c

Macos has a built in accessibility inspector, but it doesn't seem to
work with AccessKit / eframe so this provides some insight into the
accesskit state.

This also showed a couple issues that are easy to fix:
- [ ] Links show up as `Label` instead of links
- [ ] Not all supported actions are advertised (e.g. scrolling)
- [ ] The resize handles in windows shouldn't be focusable
- [ ] Checkbox has no value
- [ ] Menus should have the button as parent widget (not 100% sure on
this one)


Currently the plugin lives in the demo app, but I think it should be
moved somewhere else. Maybe egui_extras?

This could also be relevant for #4650
2025-10-07 14:39:49 +02:00
..
ecolor 0.32.3 release: Bump version numbers and update changelog (#7536) 2025-09-12 08:18:19 +02:00
eframe Fix eframe window not being focused on mac on startup (#7593) 2025-10-07 14:21:10 +02:00
egui Accessibility inspector plugin (#7368) 2025-10-07 14:39:49 +02:00
egui-wgpu Update wgpu to 27.0.0 (#7580) 2025-10-03 09:54:46 +02:00
egui-winit Fix eframe window not being focused on mac on startup (#7593) 2025-10-07 14:21:10 +02:00
egui_demo_app Accessibility inspector plugin (#7368) 2025-10-07 14:39:49 +02:00
egui_demo_lib Add support for the safe area on iOS (#7578) 2025-10-07 12:30:09 +02:00
egui_extras CI: use latest typos (#7595) 2025-10-07 14:12:30 +02:00
egui_glow 0.32.3 release: Bump version numbers and update changelog (#7536) 2025-09-12 08:18:19 +02:00
egui_kittest Add `Harness::debug_open_snapshot` helper (#7590) 2025-10-07 14:39:22 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
emath Add support for the safe area on iOS (#7578) 2025-10-07 12:30:09 +02:00
epaint CI: use latest typos (#7595) 2025-10-07 14:12:30 +02:00
epaint_default_fonts 0.32.3 release: Bump version numbers and update changelog (#7536) 2025-09-12 08:18:19 +02:00