You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Plugin is really awesome and i like it very much. i am facing some issues in this .
When set the Key combination of alt+s. It show an alert correctly. after that i press S key in page it shows as same alert inappropriately. i didnt place the alert in jkey callback function. alert in save button it shows a mandatory. is there any way. Kindly fix this issue as soon as possible
Thanks
Rajesh.S
The text was updated successfully, but these errors were encountered:
If you're using alerts I don't think it'll work. This has been reported a couple times, but I'm not sure I have the ability to fix this because of the fact when you use an alert the focus and key presses are swallowed up by the browser. So it would be like if you were pressing alt+s and then your keyboard messed up, you let go of the keys and pressed s again. Your keyboard never knows that you lifted up on the alt key.
Actually i used alert in separate save function only i didn't used in the callback refer below code . I don't know how to overcome this. Is there any way to do this. any ways to reset the keys or any other. any suggestions please.
$(document).jkey('alt+s', function () {
var btnCancel = document.getElementById('btnCancel');
btnCancel.click();
});
This Plugin is really awesome and i like it very much. i am facing some issues in this .
When set the Key combination of alt+s. It show an alert correctly. after that i press S key in page it shows as same alert inappropriately. i didnt place the alert in jkey callback function. alert in save button it shows a mandatory. is there any way. Kindly fix this issue as soon as possible
Thanks
Rajesh.S
The text was updated successfully, but these errors were encountered: