Details
-
Bug
-
Resolution: Duplicate
-
P4: Low
-
4.7.2
-
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
- duplicates
-
QTBUG-52793 QTreeView::moveCursor() strange behaviour
-
- Reported
-