attila / savvior

A Salvattore and Masonry alternative without CSS-driven configuration or absolute CSS positioning

Home Page:http://savvior.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE8 - Object doesn't support property or method 'createEvent'

claudchan opened this issue · comments

Hi,
An issue on IE8 Object doesn't support property or method 'createEvent'
Possible to make support on this?

IE8 is not supported. Is it possible to polyfill the behaviour?

I unable to find the polyfill for 'createEvent'.
But I notice that, there are other plugin developer also coded with 'createEvent' and there are no issue running on IE8. Example of Bootstrap select: http://silviomoreto.github.io/bootstrap-select
Maybe you need to change a bit on your scripts that will work around.

Not supporting IE8 was a conscious choice as it does not even have support for media queries let alone matchMedia. This isn't something I plan to add I'm afraid.