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

IE8 issues #26

Open
agentcooper opened this issue May 29, 2015 · 3 comments
Open

IE8 issues #26

agentcooper opened this issue May 29, 2015 · 3 comments

Comments

@agentcooper
Copy link
Contributor

Following stuff fails in IE8:

  • IMG tag
  • style attribute
  • data-attributes are not saved: there is no dataset
@agentcooper agentcooper changed the title IE8 issue IE8 issues May 29, 2015
@marcelklehr
Copy link
Owner

@marcelklehr
Copy link
Owner

(I'm splitting up your pull request into smaller chunks)

@niksy
Copy link

niksy commented Nov 17, 2015

It seems like IE8 needs polyfills for specific features:

  • Array.prototype.forEach
  • Array.prototype.reduce
  • Array.prototype.slice on host objects

These can be applied via shims like "es5-shim" or using ponyfills. I don’t know if this is really necessary but it can make it easier to make vdom-virtualize to work with older environments.

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

Successfully merging a pull request may close this issue.

3 participants