jquery-1.4.1

live change handlers in jQuery 1.4.1 still don’t always work for select elements in IE

This question is related to my last one about jQuery 1.4. They supposedly fixed the bug causing the change handlers not to work in IE, but it is not fully fixed. I am trying to bind a live change handler to a select element. Most of the time, when I change it, the event handler fires. But if I tab to the element immediately after the pa...