Polyfill document.execCommand to ensure cross-browser compat #36

Open
opened 2020-11-10 16:14:38 +00:00 by garrettmills · 0 comments
Owner

The document.execCommand function that we use in the WYSIWYG has been deprecated for some time, and so not all WYSIWYG buttons work on all browsers.

Let's polyfill it ourselves so we can ensure that it always works in the future.

The `document.execCommand` function that we use in the WYSIWYG has been deprecated for some time, and so not all WYSIWYG buttons work on all browsers. Let's polyfill it ourselves so we can ensure that it always works in the future.
garrettmills added the
Scope: WYSIWYG
Bug
labels 2020-11-10 16:14:38 +00:00
Sign in to join this conversation.
No description provided.