Actions
Bug #11984
closedWTableView dragging and dropping
Start date:
09/26/2023
Due date:
% Done:
0%
Estimated time:
Description
In a WTableView, the table can be configured in such a way that the elements of the model that the view displays can be dragged and dropped.
This offers a more intuitive way to sort items compared to selecting an element and pressing your keyboard or some buttons attached to the view.
There are currently two issues with this:
- When selecting an item and dragging it to anywhere in the table, it will always try to position itself under the
nth element, wherenis the number of the column where the cursor is located. Even if the cursor is positioned closer to another row. - When selecting an item and dragging it out of bounds of the parent container (class
tcontainerinside of theWt-tableview), a JS error occurs, crashing the functionality until a reload occurs.
Updated by Matthias Van Ceulebroeck about 2 years ago
- Status changed from InProgress to Review
- Assignee changed from emil de keyser to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck about 2 years ago
- Related to Bug #11985: WTableView with WStringListModel drag & drop data disappearing added
Updated by Matthias Van Ceulebroeck about 2 years ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to emil de keyser
Updated by Matthias Van Ceulebroeck about 2 years ago
- Status changed from Implemented @Emweb to Closed
Actions