Project

General

Profile

Actions

Bug #14529

open

Wt13 does not support anymore selection in derived WItemDelegate with WStringListModel, WTableView, WAbstractTableModel

Added by robs j 26 days ago. Updated 24 days ago.

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.


Related issues 1 (1 open0 closed)

Is duplicate of Bug #14513: Issue with form data cache for WComboBox formDelegate in widget galleryImplemented @EmwebRomain Mardulyn05/07/2026

Actions
Actions #1

Updated by Romain Mardulyn 24 days ago

  • Is duplicate of Bug #14513: Issue with form data cache for WComboBox formDelegate in widget gallery added
Actions #2

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

Also available in: Atom PDF