Reef Turner

Results 147 comments of Reef Turner

This issue is caused by the way that chrome is exposing the IATextInterface when the cancel button is hidden. When querying the word or line boundaries for any given offset...

I have updated the initial description with a link that explains this attribute in more depth: https://www.w3.org/WAI/GL/wiki/Using_aria-flowto To summarise my interpretation; "flowto" can allow for an optional, tree-like alternative to...

@oliver-byteboard A better fit for this use case is probably Aria Annotations (specifically `aria-details`) https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Annotations This is still a work-in-progress. Currently, the summary of an aria-details target can be reported...

Not right now. It was a proof of concept initially. I'll be coming back to this shortly.

I have been looking at this again, remaining / proposed changes: - [x] Rename C++ library so that to reduce confusion with `source/eventHandler.py` - Proposed name: `WinEventCache` - [x] Extract...

Decided on naming this `WinEventCache` since it's shorter, unique, and "threaded" is an implementation detail.

> have you considered implementing the C++ code in this as a Python extension. I hadn't considered that. I'm not familiar with the ins and outs of python extensions. I...

@codeofdusk There haven't been any updates. This work is not currently a priority. If there are updates, they will be listed on this issue.

There aren't any plans for this. It was considered a risky change and hard to justify. To be able to prioritize the work on this, we need some reproducible test...

@codeofdusk this PR is about windows events rather than UIA specifically.