Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password manager interferes with input fields #127

Open
semvdwal opened this issue Nov 3, 2018 · 0 comments
Open

Password manager interferes with input fields #127

semvdwal opened this issue Nov 3, 2018 · 0 comments

Comments

@semvdwal
Copy link

semvdwal commented Nov 3, 2018

Not really a bug, but unexpected behaviour none the less:

I just found out that the forms example (example #3) works incorrectly in combination with a chrome extension of my password manager, 1password.

It seems that 1password interferes with typing text in any two inputs of which the second is of the password type. The resulting behaviour can be a runtime error: "Cannot read property 'replaceData' of undefined" or the value of the field remaining at 1 character long (the last character that was typed).
Strange enough the extension doesn't seem to have a 'disable for current webpage' function, so uninstalling the extension or using an incognito window seem to be the only viable solutions.

My environment:
MacOS High Sierra (10.13.3)
Chrome 69.0.3497.100
1Password 1.12.2

Using elm reactor to run the examples in this repository, issue found in example #3, also reproduced locally in example #2 for investigation by adding a second input field of type password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant