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
-
For Gerrit Dashboard: QTBUG-120005 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
524498,2 | DefaultTextArea: fix placeholder text alignment | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
524659,2 | DefaultTextArea: fix placeholder text alignment | 6.7 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
524916,2 | DefaultTextArea: fix placeholder text alignment | 6.6 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
525108,2 | DefaultTextArea: fix placeholder text alignment | tqtc/lts-6.5 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |