IE 11 fix #5

Merged
Nico-Roesch merged 1 commit from patch-1 into master 2019-09-05 14:03:28 +02:00
Nico-Roesch commented 2019-05-06 10:25:00 +02:00 (Migrated from github.com)

The drop cursor Plugin doesn't work in Internet Explorer 11 because the remove method is not available. See https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/remove

The drop cursor Plugin doesn't work in Internet Explorer 11 because the remove method is not available. See https://developer.mozilla.org/en-US/docs/Web/API/ChildNode/remove
kapouer commented 2019-05-10 10:55:24 +02:00 (Migrated from github.com)

If i had to say something about that it would be "please use polyfills with old browsers". Like polyfill.io.

If i had to say something about that it would be "please use polyfills with old browsers". Like polyfill.io.
cmlenz commented 2019-05-10 11:39:22 +02:00 (Migrated from github.com)

See https://github.com/ProseMirror/prosemirror/issues/770. IE11 should work without polyfills.

See https://github.com/ProseMirror/prosemirror/issues/770. IE11 should work without polyfills.
cmlenz commented 2019-09-05 13:52:04 +02:00 (Migrated from github.com)

@marijnh can this fix be integrated?

@marijnh can this fix be integrated?
marijnh commented 2019-09-05 14:03:40 +02:00 (Migrated from github.com)

Yes. Not sure why I missed it when it was submitted.

Yes. Not sure why I missed it when it was submitted.
marijnh commented 2019-09-05 14:04:19 +02:00 (Migrated from github.com)

Ah, seems I wasn't watching this repository and thus didn't get notified of anything that happens here.

Ah, seems I wasn't watching this repository and thus didn't get notified of anything that happens here.
Nico-Roesch commented 2019-09-05 14:25:43 +02:00 (Migrated from github.com)

Thanks :)

Thanks :)
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
prosemirror/prosemirror-dropcursor!5
No description provided.