Arnold Loubriat
Arnold Loubriat
If I remember correctly, I was not able to get Orca's mouse review working with the SDL example for our C bindings either. At the time I suspected a bug...
If you can express relationships such as "labelled by" between a radio button and a label, assistive technologies are expected to combine their bounding boxes if that is necessary. Now...
Hi @clayote, So I wanted to test this but couldn't find out how. I built the entire project and ran the widgets/accessibility example. However I can see "No usable accessibility...
It works now, thanks! `Action.DEFAULT` was renamed to `Action.CLICK`, I got a panic due to that. I can't get mouse review to work on Windows either, even though it's much...
Hello @wash2, @hecrj, are you currently working on this? Can I help you?
I just tested on Windows pop-os fork master branch (iced-accessibility cannot fetch winit from git). Had to add raw-window-handle as a dependency of iced_winit (it's currently only present on Linux...
> By keyboard focus, do you mean tabbing through the application to focus different widgets Yes, that's what I meant. > I'd be happy to hear if there are some...