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

Feature: IE8 Compatibility #13

Closed AdamQuadmon closed 10 years ago

AdamQuadmon commented 10 years ago

tests are passing I didn't added tests for IE8 but manual testing on IE8 should work.

michaelhunziker commented 10 years ago

+1

michaelhunziker commented 10 years ago

Hi Adam! I just wanted to test your PR in IE8.

I'm not sure if I fully understood your statement above "provided compatibility with IE8". How can Line 27 work on IE8? It does not support 'addEventListener': window.document.addEventListener('DOMContentLoaded',...

Cheers Michael

AdamQuadmon commented 10 years ago

the other one is better!