Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.3, 6.6.1, 6.7.0 FF
-
None
-
-
c4a1db07c (dev), 44126abbd (6.7), ff47c6848 (6.6), 63b0951c9 (tqtc/lts-6.5)
Description
Code sample
import QtQuick import QtQuick.Controls import QtQuick.Window Window { width: 300 height: 300 visible: true TextArea { width: 200 anchors.centerIn: parent horizontalAlignment: Text.AlignHCenter placeholderText: "Centered" background: Rectangle { border.width: 1 } } }
Actual result (wrong):
Expected result: placeholder text should respect TextArea's horizontalAlignment.
Attachments
Issue Links
- relates to
-
QTBUG-102449 Native TextField: placeholderText does not respect horizontalAlignment
- Closed