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

jQuery Event Unit Testing Helpers

Results 19 jquery-simulate issues
Sort by recently updated
recently updated
newest added

I think this is a bit better and I signed the contrib page.

Here's my npm-debug.log file output: ``` 0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', 1 verbose cli '/Users/shawn/.node/bin/npm', 1 verbose cli 'install', 1 verbose...

'which' property of keyboard events is not declared

$(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...

Regression after https://github.com/jquery/jquery-simulate/commit/206bbf873e8f63646fcd1daa3c4713c2ebd66196. In this commit, the following code was added: ``` if ( elem[ type ] ) { elem[ type ](); } else … ``` But in this code,...

- drag options: `x`, `y`, `handle` - drag simulating mousemove: `document` -> `target.ownerDoucment` - drag element removed during drag: `if ( $.contains( document, target ) ) {` - mouse event...

enhancement

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...

see http://yuilibrary.com/projects/yui2/ticket/2528826 fore more info checkboxes don't fire state changes, @nzakas did great detective work there.

Any prospects or debate on this? Would be very useful to have touchstart, touchmove, touchend etc.

See http://trac.webkit.org/changeset/140657