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

TextArea: when selectByMouse is false, the text area moves with the mouse

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.1.0 RC1
    • 5.1.0 Beta 1
    • Quick: Controls 1
    • None
    • 72232a9ba0fa0ac328d60f1a1c8965cb303f4a48

    Description

      Test case:

      import QtQuick 2.1
      import QtQuick.Controls 1.0
      
      Rectangle {
          width: 360
          height: 360
          TextArea {
              anchors.centerIn: parent
              text: "Hello World"
              selectByMouse: false
          }
      }
      

      To reproduce - press, hold and move the mouse inside the TextArea
      => the problem is the TextArea content moves with the mouse. It shouldn't.

      Attachments

        Issue Links

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

          Activity

            People

              bachewii Jens
              carochao Caroline Chao (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes