Actions
Bug #12860
openIncomplete rendering of WDialog
Start date:
07/29/2024
Due date:
% Done:
100%
Estimated time:
Description
If another WDialog is displayed between the creation and display of WDialog, the dialog appears in the top left corner. Only after refreshing (F5) is it displayed correctly in the middle.
auto dialog = std::make_unique<Wt::WDialog>();
Wt::WMessageBox::show("caption", "text", Wt::StandardButton::Ok);
dialog->exec();
Updated by Matthias Van Ceulebroeck 3 months ago
- Assignee set to Romain Mardulyn
- Target version set to 4.11.2
Updated by Romain Mardulyn 3 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck 2 months ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck 16 days ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
- % Done changed from 0 to 100
Actions