bitovi / jquerypp

jQuery's missing utils and special events
http://jquerypp.com
MIT License
1.21k stars 160 forks source link

lang/vector this.originalEvent.touches is undefined #52

Closed wclr closed 12 years ago

wclr commented 12 years ago

TypeError: this.originalEvent.touches is undefined [Break On This Error]

...nd" in document && this.originalEvent.touches.length ? this.originalEvent.change...

vector.js (line 185)

wclr commented 12 years ago

It happens in firefox 15, I managed to get rid of this by making body text unselectable (-moz-user-select: user;), In google chome I don't have such problem.