Re: Trying to make cursor left / right work with Voiceover in Chrome's text fields on OS X 10.11
Re: Trying to make cursor left / right work with Voiceover in Chrome's text fields on OS X 10.11
- Subject: Re: Trying to make cursor left / right work with Voiceover in Chrome's text fields on OS X 10.11
- From: Dominic Mazzoni <email@hidden>
- Date: Wed, 02 Dec 2015 18:27:35 +0000
We debugged this a bit further and I suspect the issue might be that we're not calling NSAccessibilityPostNotificationWithUserInfo, as WebKit is doing now. If we do that, it seems to get a bit further, though we haven't yet figured out how to get VoiceOver to announce the right editing feedback yet.
Is there any documentation on what arguments should be passed to the userInfo NSAccessibilityPostNotificationWithUserInfo? WebKit is passing keys like NSAccessibilityTextStateChangeTypeKey but it's not defined anywhere in the 10.11 SDK or in any of the online documentation.
Thanks,
- Dominic
On Mon, Nov 30, 2015 at 3:24 PM Nektarios Paisios <
email@hidden> wrote:
Yes, accessibility is usually enabled when we detect the presence of a
screen reader. You can check its status and look at the accessibility
tree directly from within Chrome. To do this visit chrome://accessibility
Nektarios.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden