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

jQuery simulate extended

Results 14 jquery-simulate-ext issues
Sort by recently updated
recently updated
newest added
trafficstars

As per: https://developer.mozilla.org/en-US/docs/Web/Events/input and http://www.w3.org/html/wg/drafts/html/master/forms.html#event-input-input The new 'input' event is not simulated during key-sequence and should be.

Closes #13 I realized that triggering the submit event is the way to go instead of trying to call `submit()` on the form itself. The latter would result in submitting...

This issue is similar to #6: Sometimes, when simulating a key sequence with delay in a non-input element in IE (>= 11?), spaces in the sequence delete the contents of...

bug

All of a sudden, the WebKit browsers (tested with Chrome) have problems with the cursor position when simulating a key-sequence on an input within in a child iframe. E.g.: simulating...

bug