Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.12.10, 5.15.2
-
Fix Version/s: 5.15.9, 6.0.1, 6.1.0 Alpha
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:
-
Platform/s:
-
Commits:bb00b63dee85bfe77bd721dd962c768e62c1b1e3 (qt/qtbase/dev) a6aa9bca33dd6c0d0312ff50a547950530943cee (qt/qtbase/6.0) 5a9bcf5d06d8a3790000875ec9c347ccae587b8f (qt/tqtc-qtbase/tqtc/lts-5.15)
Description
In LineEdit, the Placeholder is expected to appear also in (light) blue, if enabled or disabled. This works, if the QLineEdit is enabled during the construction of surrounding widget.
If the QLineEdit is disabled during construction, the placeholder is not in styled color (blue) but in (light) black when enabled.
If the QLineEdit is enabled during construction, the disabled and enabled Placeholders are blue, which is fine.
Please refer to the sample attached. It works fine with 5.11.3.