Re: NSAccessibility
Re: NSAccessibility
- Subject: Re: NSAccessibility
- From: Quincey Morris <email@hidden>
- Date: Thu, 13 Jul 2017 11:58:17 -0700
On Jul 13, 2017, at 10:17 , Tom Doan <email@hidden> wrote:
>
> it looks like NSAccessibilityStaticText was added with 10.10.
>
> My problem is that setAccessibilityElement is never called explicitly by
> SCIContentView
That seems to make it a bug in Scintilla. Does it actually support macOS prior
to 10.10? (Its web site is unclear on this point.)
Looking at the documentation of “NSAccessibilityStaticText”, you’re probably
supposed to override its methods explicitly in your subclass. You might be able
to work around the problem by explicitly implementing all 3 methods, and
invoking super only if you’re running on 10.10+.
But I don’t like your chances, if Scintilla isn’t checking its version numbers
properly.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden