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

Wrong cursor navigation in QTreeView with reordered columns when moving to the right

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P4: Low
    • 5.6.2
    • 4.7.2
    • Widgets: Itemviews
    • None
    • Mac OS 10.6.6, Qt 4.7.3
    • 5d31c9831da42ffb5f720b147d99be6d9eb93e30

    Description

      The bug is obvious from the code of the moveCursor method. The code for MoveLeft correctly converts visualColumn to logical column (newColumn local variable) before finding the sibling index whereas the code for MoveRight proceeds without making this conversion. If logicalIndex(visualColumn) != visualColumn then the movement is incorrect.

      Attachments

        Issue Links

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

          Activity

            People

              chehrlic Christian Ehrlicher
              petr.broz Petr Brož
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes