-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TVirtualStringTree and ScreenReaders (IAccessibility) problems #873
Comments
Indeed, not much has been done on the accessibility units lately. If the change you proposed fixes the issue, I will be happy to accept a pull request. Can the issue be replicated with the sample projects that come with Virtual TreeView? |
Yes. They can be reproducable with every demo.
…On 31 January 2019 19:38:21 Joachim Marder ***@***.***> wrote:
Indeed, not much has been done on the accessibility units lately.
If the change you proposed fixes the issue, I will be happy to accept a
pull request.
Can the issue be replicated with the sample projects that come with Virtual
TreeView?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Anyone managed to do something with this issue? |
I sort of fixed this, here's my pull request #950 |
What's the status of this pull request? |
See discussion in the pull request, this is an issue. |
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: