dmauro / Keypress

A keyboard input capturing utility in which any key can be a modifier key.
http://dmauro.github.io/Keypress/
Apache License 2.0
3.18k stars 313 forks source link

Fix IE9-10 readyState bug #10

Closed jetwitaussi closed 11 years ago

jetwitaussi commented 11 years ago

interactive readyState is fired too quickly in IE9-10, then wait complete for IE

dmauro commented 11 years ago

Nice! Thanks for catching that. I haven't done enough IE testing :0