-
Bug
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
5.15.2
-
None
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)
```
The same code works fine on desktop (Linux & Windows).