Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
6.5.0
Description
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" } } }
Attachments
Issue Links
- duplicates
-
QTBUG-112753 Cursor of Material TextArea in a Flickable not clipped
- Open
- relates to
-
QTBUG-113321 Material TextArea and TextField placeholder text incorrectly clipped
- Closed
- split from
-
QTBUG-112650 TextArea decorator not working as intended
- Closed