Bug 494715: When panning the content and switching tabs, viewport can be wrong, r=combee

This commit is contained in:
Vivien Nicolas 2009-06-17 16:43:56 -04:00
parent 6e5d2a6df7
commit 6078e14ea6

View File

@ -295,9 +295,6 @@ ChromeInputModule.prototype = {
dragData.setDragStart(sX, sY);
[sX, sY] = dragData.lockAxis(sX, sY);
// grab all events until we stop the drag
ws.dragStart(sX, sY);
},
_dragStop: function _dragStop(sX, sY) {