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

Manual test failed in Chromium #12

Open
qstrahl opened this issue Mar 31, 2014 · 2 comments
Open

Manual test failed in Chromium #12

qstrahl opened this issue Mar 31, 2014 · 2 comments
Milestone

Comments

@qstrahl
Copy link

qstrahl commented Mar 31, 2014

edgsesy

$ chromium --version
Chromium 33.0.1750.46
@tbosch
Copy link
Owner

tbosch commented May 21, 2014

Hi,
mmh, haven't tested on Chromium yet, sorry.

@tbosch tbosch added this to the 1.0.1 milestone Jul 16, 2014
@barnabas-scout
Copy link

Thanks very much for your extension, first of all. I've done some investigation and tried to hack a fix but have come up short. Anyway, this problem exists on Chrome 37.0.2062.120 m and 37.0.2062.124 m on Windows 7 today. I was also able to cause a screen that looks like the screenshot above in Firefox 32.0.3 today.
firefox-autofill-event

I'm not sure why the password type is now special. I can say that in debugging, markValue is only called three times, not four. For the first two times, it is called for both inputs by addValueChangeByJsListener.

However, the third time markEvent is called, the call stack indicates that it was by the onEvent function inside of addGlobalEventListener for the "change" event. One would expect a corresponding "change" event to be fired by the password input, but that does not happen in Chrome, anyway.

For Chrome, you can get the Angular bound "Password" value to fill if you click anywhere on the page, even if it's not in the inputs themselves. For Firefox, Password value even updates when the Firefox window looses focus. I hope this helps.

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

3 participants