Re: VoiceOver and UI Element focus
Re: VoiceOver and UI Element focus
- Subject: Re: VoiceOver and UI Element focus
- From: Mike Engber <email@hidden>
- Date: Thu, 1 Dec 2005 13:32:53 -0800
You don't say whether this is a Cocoa or Carbon app.
If it's a Cocoa app, exactly what view is the first responder?
Generic NSView's are ignored by accessibility (because a generic view
isn't visible
in the UI - it's just part of the view structure/hierarchy).
-ME
On Dec 1, 2005, at 12:07 PM, Ray Fischer wrote:
Folks!
I'm having some problems getting VoiceOver to play nicely with my app.
Specifically, VoiceOver isn't recognizing that a UI element has focus.
My UI object hierarchy looks like this (simplified):
Window
View
View <== Focus is here
Page
Paragraph
Paragraph
Paragraph
Page
Page
View
VoiceOver says that nothing has keyboard focus even though I'm
telling it
that the indicated view has focus. Is that because focus is not on
a leaf
node?
Yes, that really is where focus belongs. The view is what handles
keystrokes
and the content in this case is read-only.
Ray Fischer
Adobe Systems.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (Accessibility-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40apple.com
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