Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.1.0 Beta 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
- relates to
-
QTBUG-53726 Flickable's widthRatio and heightRatio are wrong when the content is smaller than the view and has topMargin/leftMargin
- Closed