#239 closed defect (done)
Dragging an item in the ItemListView adds the same item again
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Data | Version: | 3.0 |
Keywords: | Cc: |
Description
I guess the intended behaviour of dragging items in the ItemListView is to move the item around (reordering items). However what happens now is that the dragged item is added to the list again. The item is not cloned (changing the original item also changes the new item).
Note ItemListView and for !ItemListView_T are both affected by this defect.
Change History (6)
comment:1 Changed 17 years ago by gkronber
- Owner changed from swagner to gkronber
- Status changed from new to assigned
comment:2 Changed 17 years ago by gkronber
fixed ObjectData.Equals() with r508
comment:3 Changed 17 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:4 Changed 16 years ago by swagner
- Milestone changed from 3.0 to Iteration 0
Milestone 3.0 deleted
comment:5 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
The problem is that Equals() method in the ObjectData base class is implemented incorrectly. Also see #254