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

pointerdown and pointerup events in IE & edge

Open jlchereau opened this issue 10 years ago • 0 comments

$(element).simulate('mousedown') does not trigger pointerdown in IE & Edge $(element).simulate('pointerdown') triggers an error Same for mouseup vs. pointerup.

This makes portable tests a lot more complex than they could be and derail the purpose of jQuery.simulate for mouse events when targeting IE & Edge.

jlchereau avatar Oct 23 '15 11:10 jlchereau