Commit 3820ed5
committed
try-login: trigger input events on form fields
Following up on 2a9b68c.
Some pages have custom input validation that is triggered when input focus
changes, this change triggers those events.
Additionally, `try-login.js` could run before the page is ready, so a delay was
added to ensure the page is ready before filling the form.1 parent 2a9b68c commit 3820ed5
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
948 | 948 | | |
949 | 949 | | |
950 | 950 | | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
951 | 955 | | |
952 | 956 | | |
953 | 957 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
42 | 48 | | |
43 | 49 | | |
44 | 50 | | |
| |||
0 commit comments