Re: What does it mean when VoiceOver tells me "No visible title to interact"?
Re: What does it mean when VoiceOver tells me "No visible title to interact"?
- Subject: Re: What does it mean when VoiceOver tells me "No visible title to interact"?
- From: Josh Scotland <email@hidden>
- Date: Tue, 16 Feb 2016 02:24:31 -0800
Hi Rush!
“No visible title to interact” could mean a number of things, but most commonly it means that the element VO is interacting with doesn’t have children that it can move focus to. NSOutlineViews (I’m assuming this is the list object’s class) should be interactable by default. It’s possible that the list is missing accessibilityChildren or accessibilitySelectedChildren.
Josh
> On Oct 16, 2015, at 1:49 PM, Rush Manbert <email@hidden> wrote:
>
> We have a couple of apps that were developed using Qt. We have recently upgraded the libraries to Qt 5.5 which is supposed to be compliant with Apple’s accessibility API, and we’re trying to get the VoiceOver accessibility working.
>
> What I am encountering very frequently when I run our apps and enable VoiceOver is that if I try to interact with a list or tree widget VoiceOver says “No visible title to interact”. One of the apps has both a list and a tree that I am sure I could interact with yesterday but at some point all I got was “No visible title to interact”.
>
> So my first question is what does this mean? I am hampered by the way the Qt libraries abstract the accessibility interface and by aa apparent lack of documentation, but if I at least knew what this meant I could go talk to the Qt people about it.
>
> My second question is whether you can point me to some developer resources that don’t assume I’m using Interface Builder to develop my apps.
>
> Thanks,
> Rush
> _______________________________________________
> 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