Actions
Bug #14053
closedWAbstractProxyModel does not forward all dropEvents
Start date:
10/16/2025
Due date:
% Done:
100%
Estimated time:
Description
When using a proxy model, dragging and dropping of items in between others (e.g. to move items inside a model) would have called the WAbstractItemModel implementation instead of correctly forwarding the call to the source model.
I created a PR on github (https://github.com/emweb/wt/pull/233) to fix this. The issue is present in wt 4.10 through 4.12, at least.
Updated by Romain Mardulyn about 1 month ago
- Status changed from New to InProgress
- Assignee set to Romain Mardulyn
Updated by Romain Mardulyn 26 days ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn) - Target version set to 4.13.0
Updated by Matthias Van Ceulebroeck 22 days ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Romain Mardulyn 20 days ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
Updated by Romain Mardulyn 15 days ago
- Status changed from Implemented @Emweb to Closed
Actions