Actions
Bug #3155
closedWTableView.selectionChanged() not triggering with Wt::SelectionMode::SingleSelection set when deselecting
Start date:
05/17/2014
Due date:
% Done:
0%
Estimated time:
Description
A WTableView with Wt::SelectionMode::ExtendedSelection set will trigger selectionChanged() when a row is ctrl-clicked to deselect it. This is good.
However,
A WTableView with Wt::SelectionMode::SingleSelection set will NOT trigger selectionChanged() when a row is ctrl-clicked to deselect it. This is a bug, I believe. It works on click, but not ctrl-click, even though ctrl-click does indeed change the selection.
regards
John
PS Wt::SelectionBehavior::SelectRows was set when I tested this. Not sure if this makes a difference.
PPS Wt Version 3.3.2
Updated by Koen Deforche over 10 years ago
- Status changed from New to InProgress
- Target version set to 3.3.3
Updated by Koen Deforche over 10 years ago
- Status changed from InProgress to Resolved
- Assignee set to Koen Deforche
Updated by Koen Deforche over 10 years ago
- Status changed from Resolved to Closed
Actions