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

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

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes