In my attempt to create an iPad-like interface, I have encountered a problem specifically with Firefox (since IE is not functioning as expected at the moment). The mouse fallback for non-touch screens seems to struggle when handling more than one drag event. This causes the screen to freeze and shift all HTML elements as if they were part of an image.
Here are some key details:
Operating System: MacOSX 10.8 Browser: FireFox 14.0.1
I have created a simple demonstration on JSFiddle that replicates the issue I am experiencing, along with a functional example from the Hammer.js website.
^-- This link shows the problematic example.
^-- Here is a successful example.
What could be causing the discrepancy between these two sets of code?