cursor visual bug in features
- open a feature with a text field
- start typing in the text field
- your cursor will be bugged out in the top left corner
- you are able to write, but cannot copy or select parts of your text
Android 11, Xiaomi Redmi Note 10, Input 2.0.0

This seems to be a Qt bug in the end, see https://bugreports.qt.io/browse/QTBUG-100436
Should be fixed in 6.4.x and Qt 6.5.x, can we retest on https://github.com/MerginMaps/input/tree/dev-2.3 @jozef-budac ?
Unfortunately, this issue has only been introduced in Qt 6.4.x, but let's give 6.5 a chance
Is it still present in out latest Qt 6.5.x builds
We see this too and also a very slow text widget with 2-3 seconds delays when typing. Is this lagging possibly related to this issue?
The slow text widget, that @rastermanden mentioned has somehow been fixed, but the cursor visual bug is still present. Any news on this bug?
@jozef-budac / @PatrikMizera can you guys retest this please with the latest master version?
@Uffeshub, this bug is, unfortunately, caused by our core dependency, we are waiting for its resolution in their code.
Here is what it looks like in our current production and also the current master: https://github.com/MerginMaps/input/assets/83582181/d6c995ee-2574-4fe0-aa7b-7b271b4382d5
maybe fixed in https://github.com/MerginMaps/mobile/pull/2912 ?
It is the same in QT 6.6.0
Should now be hopefully sorted