baccigalupi / wheel.js

MIT License
4 stars 4 forks source link

tapstart event missing event data pageX, pageY #1

Closed robotarmy closed 12 years ago

robotarmy commented 12 years ago

tapstart appears to missing pageX and pageY and when draginit is triggered - dragstart also is missing pageX and pageY - it works with mousedown and touchstart.

baccigalupi commented 12 years ago

It looks like this was only happening on mouse events, not touch events. It is solved now in 513fe7f7b21f92f17fab327a1392006fccb61d09, pushed a few moments ago. Change is included in the new distributions as well.

Thanks for catching this.

baccigalupi commented 12 years ago

Also, I put together a 'unicycle' project that plays with some basic drag stuff: https://github.com/baccigalupi/dragicycle

baccigalupi commented 12 years ago

On Tue, Sep 4, 2012 at 9:59 AM, Curtis Schofield notifications@github.comwrote:

tapstart appears to missing pageX and pageY and when draginit is triggered

  • dragstart also is missing pageX and pageY - it works with mousedown and touchstart.

— Reply to this email directly or view it on GitHubhttps://github.com/baccigalupi/wheel.js/issues/1.

robotarmy commented 12 years ago

my initial problem was with touch - just wanted to mention this.