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

[Android] The footer reappears on the screen each time the user focus on the text area

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.6.1, 6.7.0
    • Quick: Controls 2
    • None
    • Android

    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:

      1. Run sample code on an Android device or use https://doc.qt.io/qt-6/qtquickcontrols-texteditor-example.html example.
      2. Tap on the text area
      3. 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

          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:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes