joseph / Monocle

A silky, tactile browser-based ebook JavaScript library.
http://monocle.inventivelabs.com.au
MIT License
743 stars 200 forks source link

fix IE 11 pointer event handling #235

Closed danshultz closed 10 years ago

danshultz commented 10 years ago

in IE 11, microsoft stared supporting the pointer spec as well as their current pointer specs. This caused double pointer event binding and should teach me to future proof something like this…

This fix tests explicitly for mspointer and pointer separately vs together.