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

[QML] The TabOrder problem of TableView

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.4.0
    • 5.3.0, 5.3.1
    • Quick: Controls 1
    • None
    • 6a7a824b970d12471f9219c84a57eb91231c59fe

    Description

      About the TabOrder of TableView in Qt 5.3.1, the action is different from Qt 5.2.1.
      sample:
      There is a tableView that has 3 Columns and 2 Rows, the title of Column are [Column1..3],
      and the control of Row is TextField(user can input something), the ids of these control are [TextField1..6].
      -----------------------------------------
      Column1 Column2 Column3
      TextField1 TextField2 TextField3
      TextField4 TextField5 TextField6
      -----------------------------------------
      In Qt5.2.1 the TabOrder is TextField1->TextField2...>TextField4>...->TextField6
      But in Qt5.3.1 the TabOrder is TextField1->TextField2->TextField3, another row can not gets the foucs by pushing Tab key.

      The sourcecode is also attached.(TableViewReport.qml)

      Maybe it is not a bug, I just want to know the solution of this problem.
      Thanks for you help!

      Attachments

        1. TableViewReport.qml
          1 kB
          ding shusheng
        For Gerrit Dashboard: QTBUG-41202
        # Subject Branch Project Status CR V

        Activity

          People

            Unassigned Unassigned
            dss0204 ding shusheng
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes