Skip to content

fix #165 by moving the cursor to the end of the TextField content

This MR will fix the visual issue of parts of the cursor being stuck at the original position before the OSK does raise by moving the cursor to the end of the TextFields content. This is in my opinion also more convenient for the user since one would generally start deleting characters from the end.

Also this MR fixes the small typo of the checkbox having an colon at the end of "Require a password (recommended):". The colon would make sense for a caption, but not for a checkbox.

Merge request reports