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

Details

    • Android, Linux/X11

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes