Having trouble with jQuery UI Draggable in FireFox 33.0.2: I followed the example code, but it doesn't seem to be working. The scripts are running, CSS classes are added, event bindings are in place, but dragging won't work.
I noticed that when I embed the page in an iFrame, it works perfectly. Could this be a Viewport issue?
NOT WORKING:
Their demo page outside the iFrame isn't functioning properly: http://jqueryui.com/resources/demos/draggable/default.html
WORKING:
However, placing the same page inside an iFrame does the trick:
<iframe
style="height: 400px;width: 400px;"
src="http://jqueryui.com/resources/demos/draggable/default.html"
>
</iframe>
I've attempted wrapping it in a large div with relative positioning and setting meta viewpoint but no luck. Interestingly, Chrome seems to handle it fine.