Also, correction these sentences:
"In case if my suggestion makes sense to you, I propose to eventually enhance NSMenuItem with the standard accessibilityIsIgnored method so that it can be reloaded in a child class. To ensure back compatibility, let the default implementation of NSMenuItem return NO, to reflect its current (historic) behavior. Alternatively, to make things easier for developers, NSMenuItem could be enhanced with a settable BOOL property (something like “accessibilityIgnored”) that could programmatically changed from its default NO to YES, when required"
On 13 апреля 2014 г. at 21:07:43, VladimirTechMan (email@hidden) wrote: In case if my suggestion makes sense to you, I propose to eventually enhance NSMenuItem with the standard accessibilityIsIgnored method so that it can be reloaded in a child class. To ensure back compatibility, let the default implementation of NSMenuItem return YES, to reflect its current (historic) behavior. Alternatively, to make things easier for developers, NSMenuItem could be enhanced with a settable BOOL property (something like “accessibilityIgnored”) that could programmatically changed from its default YES to NO, when required
|