Actions
Bug #4233
closedclear current selection for WComboBox objects based on WSortFilterProxyModel
Start date:
06/23/2015
Due date:
% Done:
0%
Estimated time:
Description
With WComboBox objects based on WSortFilterProxyModel as underlying data model a call to setCurrentIdex method clears the current selection, but with a WComboBox objects based on a WSortFilterProxyModel, even after resetting the filter (setFilterRegExp(".*")) the setCurrentIndex(--1) call sets the WComboBox object to the first element (index 0) instead of clear the current selection.
Files
Updated by Koen Deforche over 9 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
Updated by Benoit Daccache about 9 years ago
Hey Mario,
Here is the test case I used to try to reproduce it but without luck.
Can you provide a small text case (or modify this one) to reproduce the problem as well as your configuration (Wt version, browser, etc )?
Benoit
Updated by Benoit Daccache about 9 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed
Updated by Koen Deforche about 9 years ago
- Target version changed from 3.3.4 to 3.3.5
Actions