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

Can't tab out from QtQuick.Controls.TextArea cotrol

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • None
    • 5.11.0, 5.12.0
    • None
    • Linux/X11, macOS, Windows

    Description

      Can't switch focus from TextArea control to the next one by pressing tab (while using Goole Material style for controls).

      Example:

       
      import QtQuick 2.12
      import QtQuick.Controls 2.12
      
      ApplicationWindow {
          visible: true
          width: 640
          height: 480
      
          Column {
              TextField { } // press tab to set focus on this control, 
                            // press tab again to move focus to next control
      
              TextField { } // press tab once againg to move focus to next control
      
              TextArea { }  // pressing tab adds tab character into text area,
                            // instead of moving the focus to the next control
          }
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-73202
        # Subject Branch Project Status CR V

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            speqtr Alexander Mishin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes