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

Changing alignments of a TextEdit (or TextArea) does not refresh its cursorDelegate or content

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.8.3
    • None
    • macOS

      When we change the horizontalAlignment property of a TextEdit (or TextArea) that uses a custom cursorDelegate, the cursor delegate does not refresh – it stays at its previous position while the text content updates correctly. This problem does not occur when the default cursor is used

      Conversely, altering the verticalAlignment property causes the text content to remain stale, even though the custom cursorDelegate is refreshed. If we use the default cursor instead, it fails to update.

      Here a small QML application exhibiting these issues

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            lemortalexandre Alexandre Lemort
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes