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

Regression: ScrollView+TextArea do not scroll correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.9.5, 5.11.0 Beta 4
    • 5.9.4, 5.10.1, 5.11.0 Beta 2
    • Quick: Controls 2
    • None
    • Win 10, mingw
    • d3c628fbd7b7d7f2a83e3e77d9318bb930b8b3b6 4a8c2605c26acf575e181682f083e077b815ab4b

    Description

      Scrolling the TextArea moves the whole area. The problem occurs in Qt 5.9.4, 5.10.1 and 11 but not in 5.9.2.

      import QtQuick 2.9
      import QtQuick.Controls 2.2
      
      ApplicationWindow {
          visible: true
          width: 640
          height: 480
          title: qsTr("Scroll")
      
          ScrollView {
              anchors.fill: parent
      
              TextArea {
                  //wrapMode: Text.WrapAtWordBoundaryOrAnywhere
              }
              ScrollBar.vertical: ScrollBar { }
          }
      
      }
      

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-67334
          # Subject Branch Project Status CR V

          Activity

            People

              Unassigned Unassigned
              DanielSt Peter Staab
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes