Project

General

Profile

Actions

Bug #12860

open

Incomplete rendering of WDialog

Added by Andreas Frolov 4 months ago. Updated 16 days ago.

Status:
Implemented @Emweb
Priority:
Normal
Target version:
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();
Actions #1

Updated by Matthias Van Ceulebroeck 3 months ago

  • Assignee set to Romain Mardulyn
  • Target version set to 4.11.2
Actions #2

Updated by Romain Mardulyn 3 months ago

  • Status changed from New to InProgress
Actions #3

Updated by Romain Mardulyn 3 months ago

  • Status changed from InProgress to Review
  • Assignee deleted (Romain Mardulyn)
Actions #4

Updated by Matthias Van Ceulebroeck 2 months ago

  • Assignee set to Matthias Van Ceulebroeck
Actions #5

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

Also available in: Atom PDF