Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5.1
-
None
-
host: macOS Boot2QtDevice: Boot2Qt 6.5.1 NXP i.MX 8QuadMax MEK
-
-
5864221e5ce2a5deacc99fd9f02d2682c56dc767
Description
Steps to reproduce:
- Build and run below sample code on Boot2Qt target (I used remote one with VNC).
- 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
- relates to
-
QTQAINFRA-5592 Qt Test Attack - Q2, 2023
- Open