Skip to content
New issue

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

Send keydown/keypress/change events to password field to trip validation functions #45

Open
chriszarate opened this issue Jul 8, 2014 · 2 comments
Assignees

Comments

@chriszarate
Copy link
Owner

Some forms will only let you submit after their validation functions have run, and they don't run unless they hear a keydown/keypress/change event. Since SGP populates passwords without firing those events, it should fire them manually.

@chriszarate chriszarate self-assigned this Jul 8, 2014
@chriszarate
Copy link
Owner Author

Sending these events doesn't fix the problem. Strangely, the behavior described doesn't occur when you submit the SGP form with the enter key, even though that event shouldn't be propagating to the parent window.

@ercpe
Copy link

ercpe commented Jun 1, 2017

Anything new on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants