Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-90989

QDialog::exec() is broken in WebAssembly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Not Evaluated Not Evaluated
    • None
    • 5.15.2
    • None
    • WebAssembly

      While attempting to port a desktop app to WebAssembly I hit a serious blocker in 5.15.2: modal dialog don't seem to work at all: QDialog::exec() never returns !?

      ```cpp
      MyDialog dlg;
      if (dlg.exec() == QDialog::Accepted)

      { // dlg.exec() never returns ... }

      ```

      The same code works fine on desktop (Linux & Windows).

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            lemo L M
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes