From e7b2393d8743bf74545d20d949d30130c62be94c Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Mon, 10 Oct 2022 11:50:41 +0200 Subject: [PATCH] password_fill: dispatch the input event On certain login pages, like https://www.hosting24.com/cpanel-login, submitting the form after using password_fill causes an error, and you have to manually type a character and remove it in both fields before you can login. This is fixed by dispatching the input event. The change event dispatch was added to fix #2111, and dispatching only the input event fixes that issue too, but there's no harm in dispatching both events. --- misc/userscripts/password_fill | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/userscripts/password_fill b/misc/userscripts/password_fill index 3ea8fd9f6..4e118269f 100755 --- a/misc/userscripts/password_fill +++ b/misc/userscripts/password_fill @@ -358,12 +358,14 @@ cat <