-
Bug
-
Resolution: Fixed
-
Normal
-
6.5.1
-
None
-
None
Steps to recreate:
1. Go to the ZK Drag and Drop demo at http://www.zkoss.org/zkdemo/effects/drag_n_drop
2. Start dragging an item, for example ZK GWT.
3. Realize you made a mistake and didn't actually want to drag that item.
4. Move the mouse back to the ZK GWT item and release, hoping that nothing will happen.
5. ZK GWT will be moved to the end of the list, because the DropEvent's target will be the parent listbox rather than the ZK GWT listitem as is expected.