Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.6.1, 6.7.0
-
None
Description
MacOS 14.1
Qt Creator 12.0.0-rc1 (11.0.84)
Device: Samsung Galaxy S22 13.0, Samsung Galaxy S9 9.0
Steps to reproduce:
- Run sample code on an Android device or use https://doc.qt.io/qt-6/qtquickcontrols-texteditor-example.html example.
- Tap on the text area
- Tap on the text area
Expected: The footer toolbar should appear on the screen
Actual: The toolbar disappears and appears with each click on the text area.
Reproducibility: 100%
Sample app:
import QtQuick import QtQuick.Window import QtQuick.ControlsApplicationWindow { width: 640 height: 480 visible: true title: qsTr("Hello World") Flickable { id: flickable flickableDirection: Flickable.VerticalFlick anchors.fill: parent TextArea.flickable: TextArea { id: textArea textFormat: Qt.RichText wrapMode: TextArea.Wrap focus: true selectByMouse: true persistentSelection: true } ScrollBar.vertical: ScrollBar {} } footer: ToolBar { } }
Attachments
Issue Links
- relates to
-
QTQAINFRA-5914 Qt Test Attack - Q4, 2023
-
- Open
-