Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Doesn't currently work in IE11 #83

Closed
mmmdreg opened this issue Feb 25, 2016 · 6 comments
Closed

Doesn't currently work in IE11 #83

mmmdreg opened this issue Feb 25, 2016 · 6 comments
Assignees

Comments

@mmmdreg
Copy link

mmmdreg commented Feb 25, 2016

On IE11, Facebook.github.io/draft-js doesn't show the editor. Similarly for a basic editor running locally.

if (!query.startsWith(name)) --> Object doesn't support property or method 'startsWith'

@zpao
Copy link
Contributor

zpao commented Feb 25, 2016

Ah right, we'll need to include some polyfills.

@jamesbrewerdev
Copy link

Issues and Pitfalls: IME and Internet Explorer should be updated to reflect these issues.

@buley
Copy link

buley commented Feb 28, 2016

@zpao can you give me an idea of which polyfills might one need to include?

@zpao
Copy link
Contributor

zpao commented Feb 28, 2016

Based on the above failure, something that implements
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith,
pretty much any ES6 polyfill should work.

On Saturday, February 27, 2016, Taylor notifications@github.com wrote:

@zpao https://github.com/zpao can you give me an idea of which
polyfills might one need to include?


Reply to this email directly or view it on GitHub
#83 (comment).

@kim3er
Copy link

kim3er commented Mar 1, 2016

I've created a pull request, that fixes the test site for IE9+. #130

@kim3er
Copy link

kim3er commented Mar 1, 2016

Sorry, just noticed the existing pull request. Never mind!

@ghost ghost closed this as completed in bdcf351 Mar 1, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants