Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.15.5
-
None
-
Ubuntu 22.04 with qmake 3.1 and QT 5.15
Description
When the text of a LineEdit is modified via QObject::connect(LineEdit, QLineEdit::textEdited, this, someFunction) and in someFunction:
LineEdit->setText(text)
is called the cursor always jumps to the end, instead of staying in place after the first time something is typed. A minimal version is attached.