Matt Campbell

Results 95 comments of Matt Campbell

Yes, the `Role::InlineTextBox` node has to be a child of a `Role::TextField` node. The text field node must be the one that has the focus when the edit widget has...

First, AccessKit's AT-SPi implementation doesn't yet include text editing support. We'll get to it soon. On macOS, Apple has a tool called Accessibility Inspector. I believe it's part of Xcode....

I finally have an answer to the problem with Accessibility Inspector. It turns out that an application's windows are invisible to Accessibility Inspector unless the app is run from a...

Just wondering if there's anything I can do to unblock work on this issue. Once accessibility is implemented for text editing, I think slint could easily become the most robust...

In case this issue was blocked by lack of text support in AccessKit's Unix (AT-SPI) backend, that's now fixed, thanks to @DataTriny.