jquery-simulate icon indicating copy to clipboard operation
jquery-simulate copied to clipboard

Shift + Drag not simulated correctly

Open EvHaus opened this issue 11 years ago • 0 comments

Simulating keyboard options with drag events doesn't work. ie.

$(document.body).simulate('drag', {
    dx: 0,
    dy: 0,
    shiftKey: true
});

The "shiftKey" option is never passed through. Please update the "simulateDrag" method to passthrough all keyboard options such as shiftKey, ctrlKey, etc...

EvHaus avatar Aug 08 '14 17:08 EvHaus