Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.4, 6.0.0, 6.0.1
-
None
-
-
dc794f7622bc00f7ca50fab65d6965695d6d2972 (qt/qtbase/dev) 6c4c194b588ad6ad5d6948f048a205656fa9a5be (qt/tqtc-qtbase/5.15) 5c700159507c363575acd7bdfca60fbd4505e1f8 (qt/qtbase/6.1)
Description
[Code]
QLineEdit *edit = new QLineEdit(this); edit->resize(200, 40); edit->move(100, 100); edit->setPlaceholderText("hello"); edit->setClearButtonEnabled(true);
[Steps]
- Type Arabic in the input box
- Click the clean button
- Then you'll see that the placeholder text is misplaced.
[Hope]
- I hope that after deleting the text, the placeholdertext will not be misplaced