TVirtualStringTree and ScreenReaders (IAccessibility) problems #873
Labels
Pull Requests Invited
There are no current plans to address the issue, but we would be happy if someone supplies a PR.
Hello, We are having specific problems with Screen narators (readers) like NVDA (https://www.nvaccess.org/download/) , JAWS and others on TVirtualStringTree when navigatin using keyboard.
Seems like navigating using keyboard (e.g. up, down to change focused node) doesn't "send" text to screen reader. Mouseover works fine - since hitTest amd WM_GETOBJECT messages actions has been implemented in VirtualTree IAccessibility interface implementation and support.
But for cases when selection or focus has been changed by keyboard I believe we have to call
AccessibleObjectFromPoint
manually somehow on this change.
Units VirtualTrees.Accessibility and VirtualTrees.AccessibilityFactory have been written by Marco Zehe i 2007 - seems like it hasnt been updated since then?
We are using latest available source.
The text was updated successfully, but these errors were encountered: