Re: Voice Over element selection order issue
Re: Voice Over element selection order issue
- Subject: Re: Voice Over element selection order issue
- From: Chris Fleizach <email@hidden>
- Date: Tue, 13 Aug 2013 08:48:25 -0700
It sounds like it thinks the frame of this text view is different from what you're expecting.
You might be able to override accessibilityFrame to provide a different bounding box.
In general, the sorting works by ordering all elements from top left to bottom right.
On Aug 12, 2013, at 8:30 PM, Kam Dahlin <email@hidden> wrote:
> Hello,
>
> I am having an issue in one of our applications where, when I swipe from left to right to select the next element, Voice Over skips a view in the upper left of the screen (the view is the first left most view under the navigation bar). It will select the view just to the right, and then skip down to the next "row". The view is a UITextView, and I can manually tap to select and interact with it, so VO can see it, but just not when I swipe. The odd thing is, if I swipe from left to right to select each element on the screen, when I get to the last element, it will jump up and select this text view. If I manually select the text view and then swipe for the next element, it jumps to the last element on the screen. How does Voice Over determine the order of views, and is there a way I can fix this issue? I have tried changing the order of subviews (swapping the text view for the view that VO will select in the upper right portion of the screen), but no dice.
>
> Regards,
>
> Kam
> _______________________________________________
> 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