On Jul 13, 2017, at 10:17 , Tom Doan <t...@estima.com> 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com