Thank you Mark. I've been trying to update our app to the latest and greatest in JellyBean accessibility. This is one issue I encountered.
I've also been trying to implement some AccesibilityDelegate and AccessibilityNodeProvider implementations of our own custom views to establish a virtual view hierarchy, but without any success. Even the samples (ApiDemos) for accessibility can't handle the accessibility-focus events well (hover events seem to work somewhat better). I wish there were some proper examples - that work! - of how to make a fully accessible (also on JellyBean) custom view with a custom virtual view hierarchy. Do you know of any? On Tuesday, July 31, 2012 12:45:16 PM UTC-4, Mark Murphy (a Commons Guy) wrote: > > On Tue, Jul 31, 2012 at 12:31 PM, Streets Of Boston > wrote: > > If this is not the way to do it, how would one prevent accessibility > focus > > to a particular control? > > Beats me. Sorry! > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android Training in DC: http://marakana.com/training/android/ > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

