Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.9.4, 5.10.1, 5.11.0 Beta 2
-
Fix Version/s: 5.9.5, 5.11.0 Beta 4
-
Component/s: Quick: Controls 2
-
Labels:None
-
Environment:Win 10, mingw
-
Commits: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
- is duplicated by
-
QTBUG-67446 REG 5.10->5.10.1: TextArea background not anchoring correctly
-
- Closed
-
- resulted from
-
QTBUG-50992 QQC2: Object destroyed during incubation
-
- Closed
-