1. Give focus to first text element and than click outside of element --> Onchange event fires without any changes
2. Give focus to second text element and than click outside of element --> nothing happens as expected
3. Give focus again to first text element and than click outside of element --> nothing happens as it should
Seems that the onchange event always fires the first time when it has an initial value. The problem does not exist on initial empty fields
Problem does not exist when using the JQuery v1.3.2