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

Navigating in a QTableView with spanned rows causes the navigation to skip to the leftmost column

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • 4.6.0
    • 4.5.3
    • Widgets: Itemviews
    • None

      When having a table with spanned cells and using the cursor keys to navigate up or down through the table rows, then when passing the merged cell, the column selection skips to the leftmost column. This happens because the merged cell has a column index of 0, and so the navigation continues on index 0. The expected behavior however is that the navigation continues from the column that was current before the spanned row was entered, this is the behavior Excel has for example.

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

            dedietri Gabriel de Dietrich (drgvond)
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes