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

IE8 compatibility issue fixed #18

Closed jca258 closed 10 years ago

jca258 commented 10 years ago

This provides compatibility with IE8, checks for addEventListener existence and replaces it with attachEvent if it isn't defined.

AdamQuadmon commented 10 years ago

@jca258 you didn't like mine? :P

AdamQuadmon commented 10 years ago

umm, I see, this is better, mine was just something to make the code not break.

tbosch commented 10 years ago

Thanks, will look into this soon!

jca258 commented 10 years ago

Hi @AdamQuadmon, I was in a hurry trying to solve an issue for a project, I've seen yours when I did the pull request :).

@tbosch thanks for the fill! It helped me a lot!

shidhincr commented 10 years ago

Is this not merged still ?

odino commented 10 years ago

:+1:

tbosch commented 10 years ago

Sorry for the delay, landed.

jonkri commented 9 years ago

I would like to see a release with this functionality, so that I can download it through Bower.