Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Internet Explorer 11: standalone demo app doesn't work #351

Open
afercia opened this issue Sep 5, 2019 · 2 comments
Open

Internet Explorer 11: standalone demo app doesn't work #351

afercia opened this issue Sep 5, 2019 · 2 comments

Comments

@afercia
Copy link
Contributor

afercia commented Sep 5, 2019

Explanation

The standalone demo app http://localhost:3333/ doesn't work with Internet Explorer 11 because of some obscure (IE11 doesn't help) JS errors.

Especially relevant when there's the need to test components in IE 11.

Screenshots:

Obscure error:

Screenshot (23)

Clicking the error line leads to a long base64 encoded string:

Screenshot (24)

Which seems related to the parse5 package formatting-element-list:

Screenshot (25)

Debugging on IE 11 is terrible and didn't spend more time on this. Just tried with an exclusion process and removing these components from the app demo makes IE11 happy:

  • KeywordExample
  • SnippetEditor
  • LinkSuggestionsWrapper

Wild guess: some npm package used in all these three components has issues with IE11.

I do realize this isn't a priority, however at the moment testing the component on IE11 is not possible.

Technical decisions

Feedback?

@afercia
Copy link
Contributor Author

afercia commented Sep 5, 2019

Probably parse5 needs to be transpiled? See inikulin/parse5#252

/Cc @atimmer 👋

@afercia
Copy link
Contributor Author

afercia commented Oct 28, 2019

Still an issue and, for example, I can't test #376 with IE11.

Not sure who's the best person to ping 🙂

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant