Re: Custom NSTextView used as field editor doesn't support spoken keystrokes by VoiceOver
Re: Custom NSTextView used as field editor doesn't support spoken keystrokes by VoiceOver
- Subject: Re: Custom NSTextView used as field editor doesn't support spoken keystrokes by VoiceOver
- From: Mike Engber <email@hidden>
- Date: Thu, 8 Nov 2007 11:03:48 -0800
On Nov 8, 2007, at 10:01 AM, Daniel Schwill wrote:
I use this NSTextView as the field editor for two NSTextFields as
well as directly as a text view (subview) in a plain view. It works
perfect directly used in the view, but doesn't work used in the
NSTextFields.
I think the simplest way for you to get this working is to _not_ use
NSTextFields - just create instances of your custom NSTextView and
configure them to work like text fields.
Just making accessiblity work for the standard field editor was pretty
hairy - I'm not surprised it doesn't work with custom field editors.
You should file a bug on this.
-ME
_______________________________________________
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