pukhalski / tap

1Kb library for easy unified handling of user interactions such as mouse, touch and pointer events.
https://github.com/pukhalski/tap/archive/master.zip
MIT License
527 stars 45 forks source link

Not working correctly in IE 8 #7

Closed xipengyang closed 9 years ago

xipengyang commented 10 years ago

When I open my site in IE 8, it gives an error - " 'target' is null or not an object error. Line 4 Char: 217."

I am using latest version of tap.min.js.

pukhalski commented 10 years ago

Thanks. I will take a look and fix it tomorrow.

obenjiro commented 9 years ago

Any progress so far?

pukhalski commented 9 years ago

Right now we've limited with IE9+ support, because of no possibility to fire custom events in IE8. and it will "critically" enlarge the amount of code.

Probably, it will be nice to have a version with IE8 support as a separate file.

iamstarkov commented 9 years ago

if this issue is not gonna be fixed, should we close it?

havenchyk commented 9 years ago

@xipengyang @pukhalski :+1: for closing.