QMessageBox::show problem
-
Hello,
I have been playing with Qt for Webassembly quite a bit and recently I have noticed that the QMessageBox doesn't seem to update properly for smaller texts, for instance for the text:
"Are you sure you want to save the table?"I get this:
While for the text:
"Are you sure you want to save the table? (this has a large text and because of that it works)"
I get this:The first problem can be fixed by calling adjustSize() but that seems to be a workaround.
In the desktop it works as expected (Windows at least).
Is this a known bug?
Tested on 6.5.2 (single threaded, no async)
-
Hello,
I have been playing with Qt for Webassembly quite a bit and recently I have noticed that the QMessageBox doesn't seem to update properly for smaller texts, for instance for the text:
"Are you sure you want to save the table?"I get this:
While for the text:
"Are you sure you want to save the table? (this has a large text and because of that it works)"
I get this:The first problem can be fixed by calling adjustSize() but that seems to be a workaround.
In the desktop it works as expected (Windows at least).
Is this a known bug?
Tested on 6.5.2 (single threaded, no async)
@RandomGuy Please check/ report it on https://bugreports.qt.io/secure/Dashboard.jspa
-
@RandomGuy Please check/ report it on https://bugreports.qt.io/secure/Dashboard.jspa
@sierdzio said in QMessageBox::show problem:
@RandomGuy Please check/ report it on https://bugreports.qt.io/secure/Dashboard.jspa
I looked there first. I will create a bug report.
Edit:
I have created this bug report:
https://bugreports.qt.io/browse/QTBUG-116608 -