Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-91035

When TextEdit's cursor goes out of bounds of a parent Flickable, the Flickable does not adjust its content coordinates.

XMLWordPrintable

    • Android, Linux/X11

      Cursor in edit field is not tracked in any way by FlickableĀ  This is causing it to hide any cursor that is in a TextEdit/TextArea as it is not possible to automatically adjust as a result. SeeĀ cursor out of screen X11.mp4

      The example attached has the solution in place to move the Flickable up when needed to show the cursor. To reproduce click inside TextArea editable 8 and then press enter and the cursor will end up out of the screen.

      As potential solution would be adding a new property to TextEdit that would point onto Flickable, the TextEdit resides in. So, the Flickable would have its content coordinates updated to show the cursor on the screen.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qtandroidteam Qt Android Team
            piotrmi Piotr Mikolajczyk
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes