We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromium and WebKit seem to have restricted these two functions to prevent evil scripts.
The text was updated successfully, but these errors were encountered:
$("input.focus:first").focus(); works as expected for me.
$("input.focus:first").focus();
Sorry just reread the issue and realized it is for the window not input elements.
Sorry, something went wrong.
[WebKit] Ignore restrictions on window.focus and window.blur.
8d442db
Part of fixes for #34.
[Mac] Implement window.focus and window.blur.
15974b4
[Win] Implement window.focus and window.blur.
8e97d40
No branches or pull requests
Chromium and WebKit seem to have restricted these two functions to prevent evil scripts.
The text was updated successfully, but these errors were encountered: