Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.2
-
None
-
-
be3b9b2ab (dev), 2aa619d3b (6.6), b9b26b2b3 (6.5), 09ede1995 (tqtc/lts-6.2)
Description
See https://github.com/martinburchell/qt-lineedit-test/blob/master/main.cpp
This is an example of a QLineEdit with a textEdited callback that inserts a dash after every five characters typed.
On my Samsung Galaxy tab A7, Android 12 the cursor doesn't get moved to after the dash. On all other platforms I've tried, it does.
This works with Qt5.12