slint icon indicating copy to clipboard operation
slint copied to clipboard

Accessibility: Support text input widgets

Open mwcampbell opened this issue 1 year ago • 11 comments

A major missing feature in Slint's accessibility support is exposure of text input widgets. I recognize that this is a major design challenge. For AccessKit (i.e. the winit backend), this requires a child AccessKit node for each span of text that has distinct formatting (at minimum, each physical line); see egui for a real-world example of how this is done. Let me know if you need help with this.

mwcampbell avatar Jun 15 '23 12:06 mwcampbell