Project

General

Profile

Actions

Bug #12860

open

Incomplete rendering of WDialog

Added by Andreas Frolov about 2 months ago. Updated 1 day ago.

Status:
Review
Priority:
Normal
Target version:
Start date:
07/29/2024
Due date:
% Done:

0%

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 22 days ago

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

Updated by Romain Mardulyn 21 days ago

  • Status changed from New to InProgress
Actions #3

Updated by Romain Mardulyn 21 days ago

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

Updated by Matthias Van Ceulebroeck 1 day ago

  • Assignee set to Matthias Van Ceulebroeck
Actions

Also available in: Atom PDF