steps to reproduce
- load the attached zul and java
- open chrome dev tool
- enter a text e.g. 'a' in the 1st textbox
- drag the 1st row to 2nd
actual result
no onChange event fired, only onDrop event fired
expected result
onChange event fired first, then onDrop event fired