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

I already noted this in a few other issues, but here as an official announcement: The project is abandoned. This means there is no active development and testing anymore. Chances...

announcement

It seems that if you have a `aaaa` and place the cursor at the beginning of the `` element (in front of aaaa) and hit the Simulate key-sequence button, the...

In seemingly unrelated parts of the stack. Updating to the most recent version of the library fixes that.

bug

I was trying to use key-sequence to enter user input on a field and then pressing enter to submit the form. Currently it seems that no submit event is triggered...

Would be nice if the delay option allows for a function to be passed to randomise or calculate the delay to make it more like human type... Otherwise great plugin!...

Hi Jochen, with the pull request updating here the bililiteRange library, there were some bug fixes and improvements since current version in this repository. It also fixes the problem with...

Test case (forked from demo): http://jsfiddle.net/omahlama/5xLe3svo/1/ This throws an exception on chrome, the error is: ``` Failed to read the 'selectionStart' property from 'HTMLInputElement': The input element's type ('email') does...

jquery-ui.js:919: event.preventDefault(); JqueryUI 1.9/1.10 Unfortunately I get a "Uncaught TypeError: Illegal invocation" and I'm not able to downgrade... Does anyone have a workaround already? Edit: I extended the demo.html to...

There is a bug in this method: https://github.com/j-ulrich/jquery-simulate-ext/blob/master/libs/jquery.simulate.js#L23 `.document` is not reachable if you have cross-domain iframes in your document. The code should wrap this check in a try/catch in...

bug
enhancement
question

I get this error only when I include key-sequence. It happens in Firefox 30, but does not happen in Chrome. I get this error using the bundled version of bililiteRange...