[jQuery] Re: Keyup differences among browsers

2008-03-08 Thread Eric Martin
Hey Jeffrey, Thanks for talking a look. I updated the page with a clarification...in IE, the initial tab to the text box *does* fire a keyup event, but after cycling through the other elements, back through the address bar, etc and back into the text box...the keyup event is not fired. Seems

[jQuery] Re: Keyup differences among browsers

2008-03-07 Thread Jeffrey Kretz
FWIW, I tested that page in IE7, and here's what happened. 1. Page loaded. 2. I pressed tab, and the address bar was selected (d'oh) 3. So I clicked on the page. 4. Pressed tab, first text element selected, key-up event fired, keycode: 9 :: target type: text /