-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.5.1
-
None
The example below reproduces the issue. The horizontal scrollbar does not appear for the text control.
window.qml
import QtQuick 2.5 import QtQuick.Controls 1.4 import QtQuick.Dialogs 1.2 import QtQuick.Layouts 1.2 ApplicationWindow { id: window width: 800 height: 600 visible: true title: qsTr("Test window") TextArea { id: text visible: true horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOn anchors.fill: parent } }
- duplicates
-
QTBUG-38022 TextArea: Wrong behaviour when no wrapMode specified
-
- Closed
-