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

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

    XMLWordPrintable

Details

    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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            srutledg Shawn Rutledge
            dantti Daniel Nicoletti
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes