-
Notifications
You must be signed in to change notification settings - Fork 472
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
Accessibity (Narrator) support #173
Comments
One particular puzzling item is automation peer events for the completion list. Any hints/pointers will be very helpful |
@dgrunwald, @christophwille, @mkonicek, @siegfriedpammer, any plans/hints/pointers regarding Narrator/JAWS support (for the completion list)? |
I have no experience with JAWS or any other narrator. Would you be able to provide some resources on the topic and then we might be able to add better support to AvalonEdit. From what I can see in the source code, we already have some automation peer support for the text editor itself. Is the completion window the only missing element? I suspect the search panel might need adjustments as well. Would you be able to gather a list of missing features and bugs? Thanks! |
We don't use SearchPanel of AvalonEdit - but yes, it may have similar issue. We could work-around a requirement for IntelliSense support by changing next functions in TextRangeProvider.cs:
... and by adding a property to TextArea.cs:
Then - we set 'ActiveIntelliSenseAutomationPeer' - with the AutomationPeer of the IntelliSense SelectedItem (and unsetting it when the IntelliSense is hidden). This works fine with JAWS and Narrator. LMK if you would like me to create a PR with these changes - or if you have other ideas how to resolve it. |
Thank you for posting this! Yes, I would be interested in reviewing and testing a PR from you @sloutsky. However, I might not be able to focus on this topic until end of January/mid February, fyi. |
Please see it here: |
I would like to implement Narrator support in AvalonEdit but I have absolutly no idea where to start. Any pointer?
The text was updated successfully, but these errors were encountered: