Actions
Bug #14314
closedWDialog not taking into account title bar being cleared
Start date:
02/09/2026
Due date:
% Done:
0%
Estimated time:
Description
The title bar of WDialog can be completely altered as the container can be accessed via WDialog::titleBar() . This also means that both the title and the close button can be deleted. This is currently not taken into account, leading to inconsistencies and crashes.
WDialog should be changed such that all access to an element inside of the title bar of a WDialog, is guarded against the deletion of the object.
Updated by Romain Mardulyn about 2 months ago
- Related to Bug #14302: [Wt 4.12.2] Regression in WHBoxLayout::setResizable and WTreeView triggers endless width/resize loop added
Updated by Romain Mardulyn about 2 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck about 2 months ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Romain Mardulyn about 2 months ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
Updated by Romain Mardulyn about 1 month ago
- Status changed from Implemented @Emweb to Closed
Actions