Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. QMessageBox::show problem
Forum Updated to NodeBB v4.3 + New Features

QMessageBox::show problem

Scheduled Pinned Locked Moved Solved Qt for WebAssembly
3 Posts 2 Posters 416 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RandomGuy
    wrote on last edited by RandomGuy
    #1

    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:
    alt text

    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:

    alt text

    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)

    sierdzioS 1 Reply Last reply
    0
    • R RandomGuy

      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:
      alt text

      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:

      alt text

      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)

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @RandomGuy Please check/ report it on https://bugreports.qt.io/secure/Dashboard.jspa

      (Z(:^

      R 1 Reply Last reply
      1
      • sierdzioS sierdzio

        @RandomGuy Please check/ report it on https://bugreports.qt.io/secure/Dashboard.jspa

        R Offline
        R Offline
        RandomGuy
        wrote on last edited by RandomGuy
        #3

        @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

        1 Reply Last reply
        2
        • R RandomGuy has marked this topic as solved on

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved