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

Switch to another textinput keeps the caret drew in the previous textinput

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.5.3
    • GUI: Text handling
    • iPadOS 18.11
      iPad 10e generation
    • iOS/tvOS/watchOS

    Description

      I have three textinputs, I force the active focus to the next textinput when the lenght of the text is greater than two : 
      onTextEdited() {
                  if (month.text.length === 2)

      {                 day.forceActiveFocus();             }

      The caret changes to the second text input but keep drawn in the first : 

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            virgile2000 Virgile Dupuis
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes