Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-133631

wasm: TextField with echo mode password should not try to autocomplete

XMLWordPrintable

    • WebAssembly
    • 91fe5b358 (dev), 2a7a206b8 (6.10), 5c8769baf (6.9)

      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.

        For Gerrit Dashboard: QTBUG-133631
        # Subject Branch Project Status CR V

            lopotter-ext Lorn Potter
            dantti Daniel Nicoletti
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: