Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.10.0
-
None
-
b9584b13d53f36da5585051346d03a86650961bc
Description
TextField placeholder text is almost transparent and hardly visible when background of TextField is black(or any dark color). The defect is visible on Qt 5.10, on Qt 5.9.3 everything works fine.
import QtQuick 2.9 import QtQuick.Controls 2.3 ApplicationWindow { visible: true width: 640 height: 480 title: qsTr("Hello World") TextField { id: textField width: 200 height: 50 anchors.centerIn: parent color: "white" placeholderText: "Search..." background: Rectangle { anchors.fill: parent color: "black" } } }
Attachments
Issue Links
- resulted in
-
QTBUG-66260 Add placeholderTextColor property for editors
- Closed
For Gerrit Dashboard: QTBUG-66176 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
219045,3 | Editors: tweak placeholder text color | 5.10 | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |
220507,2 | TextField: restore placeholder text color fixes | dev | qt/qtquickcontrols2 | Status: MERGED | +2 | 0 |