ProseMirror / prosemirror

The ProseMirror WYSIWYM editor
http://prosemirror.net/
MIT License
7.59k stars 335 forks source link

The prosemirror.net example is broken in IE mode on Edge. #1390

Closed ryu-0729 closed 1 year ago

ryu-0729 commented 1 year ago

Issue details

The ProseMirror editor in the prosemirror.net example is broken in IE mode on Edge.

It looks like the same thing has happened before. https://github.com/ProseMirror/prosemirror/issues/1009

Steps to reproduce

  1. Go to prosemirror.net with Edge
  2. Start IE mode
  3. Example ProseMirror editor is not working

Affected platforms

Screenshots / Screencast (Optional)

IMG_2410

marijnh commented 1 year ago

The ProseMirror modules are no longer converted to ES3 syntax, and the website build process doesn't do this either. So this is expected. You'll have to do so in your own build process if you want to run stuff on IE11.

But IE11 support is going to be dropped in the near future, so unless you are planning to freeze your ProseMirror version it may not be something that's going to work anyway.