marcelklehr / vdom-virtualize

Virtualize a DOM node
MIT License
131 stars 27 forks source link

IE8 issues #26

Open agentcooper opened 9 years ago

agentcooper commented 9 years ago

Following stuff fails in IE8:

marcelklehr commented 9 years ago
marcelklehr commented 9 years ago

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

niksy commented 9 years ago

It seems like IE8 needs polyfills for specific features:

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.