>When the user has changed the value with the keyboard, it will fire >the change event when it loses focus. (I think that's right..)
Correct. The browsers won't fire the onchange event on a select element when you're using the keyboard until you're "finished" changing the value--which when using the keyboard is when you change focus.

