Skip to content

misspelled option "enableKeyboardAccessibility" #76

@ruanmed

Description

@ruanmed

The enableKeyboardAccessibility option cannot be used when using ace via the wrapper in Angular application.

    this.editor.setOption('enableKeyboardAccessibility', true);
    // or
    // this.editor.setOptions({ enableKeyboardAccessibility: true });

Produces the following warning the console:

misspelled option "enableKeyboardAccessibility"

The project seems to have ace-builds as a dependency, which had enableKeyboardAccessibility option implemented at version 1.17.0 of ace, but it seems actually only brace is used under the hoods, which does not receive updates since ace 1.2.9.

Not sure why ace-builds is even a dependency of this package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions