NUKnightLab / NUKnightLab/StoryMapJS
js-errors with IE11
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 248
- Forks
- 61
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
When I load the example application (StoryMapJS-master/compiled/storymap.html) from the github on a IIS-Webserver I get following errors in IE11:
SCRIPT438: Das Objekt unterstützt die Eigenschaft oder Methode "forEach" nicht
storymap.js (1126,8)
SCRIPT445: Das Objekt unterstützt diese Aktion nicht.
storymap.html (56,7)
I have the same issue in an own project.
Is there a chance for a workaround or a fix?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by loading StoryMapJS-master/compiled/storymap.html in IE11 and inspect the reported locations in storymap.js at line 1126 and storymap.html at line 56. Identify the compatibility problem behind the reported errors, then verify that the example application loads without those errors in IE11.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100