NUKnightLab / NUKnightLab/TimelineJS3
TimelineJS is incompatible with IE11
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.2k
- Forks
- 645
- PR merge metrics
- No merged PRs in 30d
Description
In documentation it was described as compatible with IE11.
But it doesn't work at all and has JS error.
Compiled timeline.js file has ()=>{} and another ES6 features, but IE11 doesn't support ES6.
May be problem is about transpiling to ES5.
Contributor guide
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 inspecting the compiled timeline.js file and the project's JavaScript build or transpilation configuration. Confirm which ES6 syntax remains in the compiled output, then verify the result in IE11. Done means TimelineJS loads and operates in IE11 without the reported JavaScript error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100