ProseMirror / prosemirror

The ProseMirror WYSIWYM editor

Home Page:http://prosemirror.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ryu-0729 opened this issue · comments

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.
#1009

Steps to reproduce

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

Affected platforms

  • Chrome
  • Firefox
  • Edge
  • Edge/IE mode
  • Internet Explorer
  • Other

Screenshots / Screencast (Optional)

IMG_2410

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.