Unintended behaviour when filling in passwords with mutliple (non login) forms on the page

Considering the follwing code snippet:

<!DOCTYPE html>
<html>
<body>

<form autocomplete='false' data-1p-ignore>
<input placeholder='non login input' autocomplete='off' data-1p-ignore>
</form>

<form>
<input placeholder='Username' type="text" id='username' name='username' autocomplete='username'>
<input placeholder='Password' type="password" id='password' name='password' autocomplete='current-password'>
</form>

</body>
</html>

how to reproduce:
(have a password saved for the site) -> click on the 'non login input' input -> click on one of the login inputs -> fill in a password using the tooltip -> the username should be filled into the non login input

is this behaviour intended?

adding an additional after the first non login input causes 1Password to fill in both non login inputs, leaving the actual loginform empty


1Password Version: 8.10.20 (81020036)
Extension Version: 2.18.0 (21800002)
OS Version: Windows 11 23H2
Browser: Edge

Comments

  • EvonG1P
    edited December 2023

    Hello @Lv100Luca, thank you for writing in.

    I apologize for any interruption in your workflow caused by this unintended behaviour. I really appreciate the time you took in submitting this, I've created an issue for our development team to look further into this.

    Let me know if there's anything else I can help with.

    -Evon

    ref: dev/core/core#26686

This discussion has been closed.