Details
-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.8.2
-
None
Description
This is not a regression, rather something I kept forgetting to report.
AFAIK keyboard input in Qt+wasm is done by having a hidden html input field created by EMScripten, the issue is that echo mode Password likely does not change it to a html password field, which would then disable autocompletion, and most importantly do not save the user's password for plain text completion, maybe not all browsers saves what the user typed but I've seem it happening on Android/Chrome.
IMO this should even be tagged as a security issue.