pointer_events_polyfill icon indicating copy to clipboard operation
pointer_events_polyfill copied to clipboard

[BUG] Does not work in IE8

Open ste101 opened this issue 12 years ago • 2 comments
trafficstars

Works in IE9 and IE10 but not in IE8

ste101 avatar Oct 05 '13 14:10 ste101

Hello. I would like to know if you are going to look into this!

scooterlord avatar Jan 19 '14 18:01 scooterlord

Hi, I've forked this repository and added IE8 support - https://github.com/entozoon/pointer_events_polyfill

Use this updated js, and also add a data-pointer-events-none attribute to your element. e.g.

<div data-pointer-events-none></div>

entozoon avatar Apr 08 '15 14:04 entozoon