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

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

    XMLWordPrintable

Details

    • WebAssembly

    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

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews