The problem appears when leaving the autocompleted input text element.
When selecting something from the autocompleter dropdown, if you _click_ the item you want, the onChange event is generated right then and there. Leaving the box generates no further onChange event.
If you select something from the autocompleter dropdown by using the arrow keys, and then hit return, there is no onChange event. The onChange event is only generated _when the text element loses focus_.
This is Firefox 1.5.0.3. I've tried Konqueror 3.5.2, which behaves the same in the first case, but does NOT generate the onChange event in the second case.
Ideally, the onChange event would be generated at the same time for both ways of selection.