community icon indicating copy to clipboard operation
community copied to clipboard

Create an event/callback on `kivy.core.window` so accessibility implementations can know when it's the right moment to attach to Window

Open misl6 opened this issue 1 year ago • 0 comments

As explained by one of the AccessKit core developers (and as shown by a POC), in certain cases, like when running on Windows, accessibility tools need to "install" (attach on the native window, to capture the messages) BEFORE the Window is shown.

The proposal, to avoid doing any hacky (and ugly) "patching" is to add a new event/callback to notify the accessibility provider that should attach to the Window.

Before implementing it, that needs discussion.

misl6 avatar Feb 01 '24 17:02 misl6