jswanner / DontF-WithPaste

Google Chrome extension that prevents the blocking of pasting into input fields
https://chrome.google.com/webstore/detail/dont-fuck-with-paste/nkgllhigpcljnhoakjkgaieabnkmgdkb
MIT License
812 stars 64 forks source link

Defiant site #89

Closed zfLQ2qx2 closed 5 years ago

zfLQ2qx2 commented 5 years ago

Concur seems to go out of their way to clear the password field if not manually typed.

https://www.concursolutions.com/nui/signin?lang=

jswanner commented 5 years ago

@zfLQ2qx2,

I was not able to reproduce the problem you were describing, but I have experienced sites that do something along those lines. Mostly what I've seen is sites that listen to keyboard events for the username/password fields in order to flip a flag to indicate a key was pressed for that field, and the submit event handler checks that those flags were flipped. It's a silly thing for sites to concern themselves with, as it can interfere with password managers ability to fill in those fields.

While that kind of behavior is frustrating and lessens the browsing experience, it's a bit out of the scope of what this browser extension is intended purpose.

If I misunderstood the problem you are having, feel free to update & reopen the issue.