Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misspelled option "enableKeyboardAccessibility" #76

Open
ruanmed opened this issue Dec 17, 2024 · 0 comments
Open

misspelled option "enableKeyboardAccessibility" #76

ruanmed opened this issue Dec 17, 2024 · 0 comments

Comments

@ruanmed
Copy link

ruanmed commented Dec 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant