gator icon indicating copy to clipboard operation
gator copied to clipboard

added legacy support change and submit events in ie 6/7/8

Open jacware opened this issue 11 years ago • 5 comments

This is a simple fix for issue #7. It adds support for change and submit events in legacy ie browsers which don't support event bubbling on them. It uses a simple trick by catching the first focus event on the element and then attaching the callback to the correct event.

jacware avatar Oct 23 '13 05:10 jacware

@ccampbell How about pulling these changes?

kristerkari avatar Dec 24 '13 13:12 kristerkari

+1

thelinuxlich avatar Apr 09 '14 13:04 thelinuxlich

Dang, this project really needs tests. This particular PR would really benefit from a test that shows the problem and its fix.

lazd avatar Nov 05 '14 19:11 lazd

Haha @lazd I totally agree. It's just a time thing

ccampbell avatar Nov 05 '14 22:11 ccampbell

@ccampbell sounds like a familiar struggle :) I reviewed a few PRs, filed some issues, and commented on a few things to get the conversation going again. I'll see what I can do about fixing a few things if you can get us caught up on existing issues and PRs!

lazd avatar Nov 05 '14 22:11 lazd