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

WASM: No text input possible

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P1: Critical
    • 6.5.0
    • 6.5.0 Beta3, 6.5.0 RC
    • None
    • WebAssembly
    • a0287b4ba (6.5.0)

    Description

      The given code

      import QtQuick
      import QtQuick.Controls
      
      Window {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
      
          TextField {
          }
      }  

      does not allow text entry in webassembly builds.

      Attachments

        Activity

          People

            mikolaj.boc Mikołaj Boc
            cajus Cajus Pollmeier
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: