Skip to content

[macos] Multiple Accessibility APIs missing #5019

@chamons

Description

@chamons

This code works in ObjC:

    NSPopUpButton *p = [[NSPopUpButton alloc] init];
    p.accessibilityIdentifier = @"hello";
    NSString *result = p.accessibilityIdentifier;

But this does not in C#:

NSPopUpButton button = new NSPopUpButton ();
button.AccessibilityIdentifier = "hello";
var result = button.AccessibilityIdentifier;

It comes off the full set in:

@protocol NSAccessibility <NSObject>
@required

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIf an issue is a bug or a pull request a bug fixgeneratorIssues affecting the generatormacOSIssues affecting macOSmissing-api-bindings

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions