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
Attachments
For Gerrit Dashboard: QTBUG-93742 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
350215,1 | The placeholder text is misplaced in the QLineEdit widget. | dev | qt/qtbase | Status: ABANDONED | -1 | 0 |
350236,21 | Fix misplacement of placeholder text in QLineEdit with RTL content | dev | qt/qtbase | Status: MERGED | +2 | 0 |
352703,2 | Fix misplacement of placeholder text in QLineEdit with RTL content | 6.1 | qt/qtbase | Status: MERGED | +2 | 0 |
352704,1 | Fix misplacement of placeholder text in QLineEdit with RTL content | 6.0 | qt/qtbase | Status: ABANDONED | +2 | 0 |
352705,2 | Fix misplacement of placeholder text in QLineEdit with RTL content | tqtc/lts-5.15 | qt/tqtc-qtbase | Status: MERGED | +2 | 0 |