tbosch / autofill-event

A polyfill to fire a change event when the browser auto fills form fields
MIT License
383 stars 53 forks source link

Login autofill doesn't work in Firefox #5

Closed EvanOxfeld closed 10 years ago

EvanOxfeld commented 10 years ago

The login form manual test cases fail for me in Firefox 26.0 in both Windows and Linux. Let me know if there's any additional info that could help with debugging.

Btw, thanks for this polyfill @tbosch!

tbosch commented 10 years ago

Just double checked, and it works for me. What error messages are you getting? You should only see the following, as Firefox does not support those. However, the 3rd test should be good.

EvanOxfeld commented 10 years ago

Ah, I didn't realize Firefox doesn't support those. Only the auto fills password if the username is filled later on spec passes in FF. As that's expected, I'm closing this defect.

Thanks again @tbosch!