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

WASM: Virtual Keyboard - white screen and tab freezes on loading

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 6.4.0 Beta4
    • 5.15.0 Beta4
    • Virtual Keyboard
    • None
    • Windows 10 / Qt 5.15.0 Beta 4 Multithreaded / emsdk 1.39.8
      Chrome Version 81.0.4044.122 (Offizieller Build) (64-Bit)
    • WebAssembly

    Description

      On loading the example app in the browser it shows the Qt-Logo, after that the page turns white and the tab becomes unresponsive.

      It works if the app is built for Windows.
      It worked with Qt 5.14.0 Beta 2(emsdk 1.39.0).

      I found a workaround for this problem:
      Adding a fixed width and height for the Window seems to fix it.

      ...
      Window {
          visible: true
          width: 640          // fix
          height: 480         // fix
          ...
      

       I attached the project to reproduce and the built wasm apps.

      Attachments

        1. ExampleProject.zip
          2 kB
        2. Test_5-14-0-Beta2.zip
          9.39 MB
        3. Test_5-15-0-Beta4.zip
          8.72 MB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lpotter Lorn Potter
            Marscho Marscho
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes