julienw / jquery-trap-input

This jQuery plugin is able to trap the keyboard input inside a DOM element
http://julienw.github.com/jquery-trap-input/
Other
23 stars 29 forks source link

No trapping happening in IE9 #4

Closed julienw closed 12 years ago

julienw commented 12 years ago

From @dotherightthing in a comment in issue #3 :

In IE9, I can tab out of the modal, but I'm not sure where the focus goes from there. I can also achieve this @ http://julienw.github.com/jquery-trap-input/examples/dialog.html.

This could just be my test copy of IE9 though (VM running Windows 7 which keeps bugging me for a license). What do you get at your end?

julienw commented 12 years ago

Ok, just tested it on an IE9 and it works for me, so I'll close this bug.

dotherightthing commented 12 years ago

Thanks, apologies for the false report, my IE9 is really flakey.