case "mousemove":
if (this._isMouseDownR) {
this._progressGesture(event);
}
をこうしたらそうなるかな(多少スクロール働くかもだが
case "mousemove":
if (this._isMouseDownR && !(this._suppressContext)) {
this._progressGesture(event);
}