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

Material TextArea delegate cursor not clipped when in Flickable

XMLWordPrintable

      See the GIF in QTBUG-112650.

      import QtQuick
      import QtQuick.Controls.Material
      
      ApplicationWindow {
          width: 400
          height: 400
          visible: true
      
          Flickable {
              anchors.fill: parent
              anchors.margins: 100
      
              TextArea.flickable: TextArea {
                  placeholderText: "Type something..."
                  text: "a\nb\nc\nd\ne\nf\ng\nh\ni\nj\nk\nl\nm\nn"
              }
          }
      }
      

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes