pointer_events_polyfill
pointer_events_polyfill copied to clipboard
Doesnt work with pseudo classes
I have a psuedo css style which uses :after which has the pointer-event:none assigned to, basically its a play icon on top of a thumbnail div. But I cant get the pointer_events_polyfill.js to work on it for IE8.
See here for example: http://master.oltaustralia.net/pointer-event.html
Any help appreciated.
Edit: Added styles used in the css file:
div.outer { position: relative; background-color: #ff00ff; width: 200px; height: 100px; } div.outer:after { content: url(css/img/play_white_ie.png); position: absolute; pointer-events: none; width: 150px; height: 50px; top:0; left:0; }
Edit 2: Cant get it to work on normal code either. See here:
http://master.oltaustralia.net/pointer-event2.html
Should have a clickable link under the green box.
Can confirm it doesn't work with Pseudo-elements
(that's what you're talking about, @Bassquake).
I doubt there will be a fix for this.