Actions
Bug #12860
closedIncomplete 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 5 months ago
- Assignee set to Romain Mardulyn
- Target version set to 4.11.2
Updated by Romain Mardulyn 5 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Romain Mardulyn)
Updated by Matthias Van Ceulebroeck 4 months ago
- Assignee set to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck 3 months ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck 20 days ago
- Status changed from Implemented @Emweb to Implemented @Test
Updated by Matthias Van Ceulebroeck 6 days ago
- Status changed from Implemented @Test to Closed
Actions