Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
5.12.9
-
None
-
WIN10/64bit/qt5.12.9/vs2017
Description
if textarea some line full, keep input by keyboard. the cursor not show, it should be end of line.
here is test code:
import QtQuick 2.12 import QtQuick.Window 2.12 import QtQuick.Controls 2.12 import QtQuick.Layouts 1.12 Window { id: window visible: true width: 250 height: 250 title: qsTr("Hello World") ScrollView { anchors.fill: parent background: Rectangle { color: "#ff0000" } TextArea { selectByMouse:true text: "...." } } }
how to avoid it? i want it like QPlainEditText,
Attachments
Issue Links
- relates to
-
QTBUG-82022 QTextLayout doesn't draw Cursor when background not drawn
- Reported
-
QTBUG-83069 TextArea from Material theme is not properly clipped when used inside Flickable
- Reported