Actions
Bug #2213
closedWt::WTableView->selectionChanged() signal not sending upon non-standard deselection
Start date:
09/14/2013
Due date:
% Done:
0%
Estimated time:
Description
If a user clicks on a column header in a WTableView, thereby deselecting one or more selections made in that table, the selectionChanged() signal does not get sent. It should get sent.
In the forum Koen confirmed this was an oversight and asked me to submit a bug report. Here it is.
Updated by Koen Deforche about 11 years ago
- Status changed from New to InProgress
- Assignee set to Michael Vilsker
- Target version set to 3.3.1
Michael,
Whenever selection is changed (also because of resorting and thus after layoutChanged() signal) we need to emit the selectionChanged() signal.
koen
Updated by John Davidson about 11 years ago
Also, queryModel->reload() causes selection to be dropped without a selectionChanged()signal getting emitted.
Updated by Michael Vilsker about 11 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 11 years ago
- Status changed from Resolved to Closed
Actions