jakiestfu / Snap.js

A Library for creating beautiful mobile shelfs in Javascript (Facebook and Path style side menus)

Home Page:http://jakiestfu.github.io/Snap.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo breaks if you move over the sidebar

appsforartists opened this issue · comments

On the default demo, if I start dragging the hamburger menu and move my pointer over the sidebar, the drag breaks. I'm guessing you're listening to mousemove on the wrong element or forgot to capture the pointer if you're using pointer events.

Incidentally, the drag element demo doesn't seem to have the same problem.