Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE11: Clicking in Write Your Story breaks Gutenberg #3414

Closed
ephox-mogran opened this issue Nov 9, 2017 · 0 comments · Fixed by #3415
Closed

IE11: Clicking in Write Your Story breaks Gutenberg #3414

ephox-mogran opened this issue Nov 9, 2017 · 0 comments · Fixed by #3415
Assignees
Labels
Browser Issues Issues or PRs that are related to browser specific problems [Priority] High Used to indicate top priority items that need quick attention [Type] Bug An existing feature does not function as intended

Comments

@ephox-mogran
Copy link
Contributor

Issue Overview

On a new post, when you click in "Write your story", the entire app breaks. The error in the console talks about how startsWith is not supported. Specifically:

SCRIPT438: Object doesn't support property or method 'startsWith'
react-dom.f04e56af.js (13950,7)

Environment: IE11

Steps to Reproduce (for bugs)

  1. Create a new post
  2. Click in Write Your Story

Expected Behavior

You can start to write your story

Current Behavior

The entire app crashes

Possible Solution

We need to ensure that all startsWith are going through lodash, and that we never use the native version.

@ephox-mogran ephox-mogran added Browser Issues Issues or PRs that are related to browser specific problems [Priority] High Used to indicate top priority items that need quick attention [Type] Bug An existing feature does not function as intended labels Nov 9, 2017
@ephox-mogran ephox-mogran self-assigned this Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Browser Issues Issues or PRs that are related to browser specific problems [Priority] High Used to indicate top priority items that need quick attention [Type] Bug An existing feature does not function as intended
Projects
None yet
1 participant