You are reading a single comment by @Soul and its replies. Click here to read the full conversation.
  • ok... so

    I've done a simple copy/paste of a page here and dumped it to
    https://....com/lfgss.html

    I then created a dummy login in bitwarden for that url, (just test / test), so not actually sending anything sensitive anywhere

    and the annoying keyboard popup happens

    I then changed the form type from text to number tel, removed the regex pattern and saved that as
    https://....com/lfgss2.html
    https://....com/lfgss-tel.html

    and the keyboard popup doesn't happen

    so before

    <input
      type="text"
      min="1"
      value="4712"
      max="4712"
      step="1"
      pattern="\d*"
      title="Enter the page number to jump to"
      class="form-control"
    />
    

    after

    <input
      type="tel"
      min="1"
      value="4712"
      max="4712"
      step="1"
      title="Enter the page number to jump to"
      class="form-control"
    />
    
  • ^ @Velocio - will that change break loads of things? Seems to solve the issue.

    For what it's worth, I use Bitwarden and it's not appearing for me but I don't have lfgss.com as a domain saved so I assume you could resolve by just deleting lfgss from your Bitwarden instance.

  • actually - I probably only have lfgss saved as a hangover from before we had auth0 here
    I don't need my old username/password saved

    lemme bin that from bitwarden and see if that also solves it

    ...

    Yup - that solves it too.

    Nice one, ta for the nudge

  • For what it's worth, I use Bitwarden and it's not appearing for me but I don't have lfgss.com as a domain saved so I assume you could resolve by just deleting lfgss from your Bitwarden instance.

    This seems to have worked for me. I just deleted the lfgss url from my lfgss Bitwarden entry and now seem to be able to use autofill without the focus stealing in lfgss.

About

Avatar for Soul @Soul started