davidcalhoun / energize.js

A tiny JavaScript snippet to make links snappy on touch devices
MIT License
182 stars 30 forks source link

shadow mouseenter #20

Open salomvary opened 10 years ago

salomvary commented 10 years ago

I have a use case where a click on an absolute positioned element immediately hides that element and the elements behind it receive an undesired mouseenter event. The mouseenter doesn't happen without energize. Tested on iOS7 Safari.

Without energize: http://jsfiddle.net/salomvary/xvQC2/9/ With energize: http://jsfiddle.net/salomvary/xvQC2/10/