Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.10.0
-
None
Description
As mentioned in the documentation, this combination should be supported, but apparently it does not work correctly.
import QtQuick 2.0 import QtQuick.Window 2.0 Window { id: root visible: true width: 300 height: 200 Rectangle { anchors.fill: label border.width: 1 border.color: "red" } Text { id: label anchors.centerIn: parent width: 180 text: "Thiiiiiiiiis issssssss exxxxxxample teeeeeeext." maximumLineCount: 2 elide: Text.ElideRight wrapMode: Text.Wrap font.pixelSize: 16 } }
Actual behavior:
Expected behavior: