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

Cannot enter text in any of text inputs if they are nested in Page QML typ

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3: Somewhat important
    • 6.6
    • 6.5.1
    • Qt VNC Server
    • None
    • host: macOS Boot2QtDevice: Boot2Qt 6.5.1 NXP i.MX 8QuadMax MEK
    • Other
    • 5864221e5ce2a5deacc99fd9f02d2682c56dc767

    Description

      Steps to reproduce:

      1. Build and run below sample code on Boot2Qt target (I used remote one with VNC).
      2. Try to type anything in the text fields.

      Expected: Text could be entered. 

      Actual: Cannot enter any text.

      Reproducibility:  100%

       

      Sample code:

      import QtQuick
      import QtQuick.Window
      import QtQuick.Controls
      import QtVncServerWindow {
          width: 640
          height: 480
          visible: true
          title: qsTr("Hello World")
          VncItem {
              anchors.fill: parent
          }
          Page {
          TextField {
              id: first
              focus: true
              placeholderText: "First Name"    }
          TextField {
              anchors.top: first.bottom
              focus: true
              placeholderText: "Last Name"    }
      }
      }
       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              lkos Łukasz Kosiorowski
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes