jquery-simulate-ext
jquery-simulate-ext copied to clipboard
jQuery simulate extended
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...
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...