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

Firefox specific execCommand no longer needed #567

Open
johanneswilm opened this issue Oct 13, 2023 · 0 comments
Open

Firefox specific execCommand no longer needed #567

johanneswilm opened this issue Oct 13, 2023 · 0 comments

Comments

@johanneswilm
Copy link

Hey,
Firefox stopped requiring disabling controls five years ago [1]. So you are now able to remove your last usages of document.execCommand for things like "enableInlineTableEditing" or "enableObjectResizing".

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1490641

I also see you have a few more places where you use execCommand. I would generally encourage you to find other alternatives as execCommand tends to break editors and most main editors have switched away from using it.

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