Actions
Bug #14529
openWt13 does not support anymore selection in derived WItemDelegate with WStringListModel, WTableView, WAbstractTableModel
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/13/2026
Due date:
% Done:
0%
Estimated time:
Description
Until version 12.6 I was able to select in my "dropdownlist" by mouse without explicit terminating the selection with a "Return" input.
Now in 13.0, 13.1, 13.2 the connected method doCloseEditor(Wt::WWidget *editor) does not have anymore the selected index. changed().connect(std::bind(&doCloseEditor, this, container)
I have not yet looked at further versions in git.
Updated by Romain Mardulyn 24 days ago
- Is duplicate of Bug #14513: Issue with form data cache for WComboBox formDelegate in widget gallery added
Updated by Romain Mardulyn 24 days ago ยท Edited
Hi robs,
This is likely due to a bug in the caching of form data. It should be fixed in the next patch. As a temporary fix, you can disable the cache by setting the config option cache-form-data to false.
Actions