Skip to content

New DataGrid patch: Ctrl+Right broken, heavy red cell highlight, sort resets column, slow cell-to-cell moves over SSH #802

Description

@lmalma

Follow-up to the rebuilt DataGrid patch posted in #795 (#795 (comment)). Since that issue is already closed, I'm opening a separate one.

Scrolling performance is better with the patch, but the new DataGrid introduced the following problems:

1. Ctrl + Right Arrow no longer jumps to the last column

It used to move the selection to the cell of the last column in the current row. With the new DataGrid it doesn't do that anymore.

2. Moving from cell to cell is slow over SSH when the row details sidebar is visible

The cell-to-cell navigation itself lags — moving the selection with the arrow keys or clicking another cell. Each move takes noticeably longer than in the previous releases when the row details sidebar is visible on an SSH connection. with the sidebar hidden the same connection is fine, and on a local (direct) connection it's fine with the sidebar open too.

3. The selected cell highlight is far too heavy

The selected cell is now drawn with a thick red outline — much too much emphasis compared to before.

4. What are the circles on the selected cell?

There are small round dots on two opposite corners of the selected cell (top and bottom). What are they for? Screenshot of a selected cell attached below.

Image

5. Sorting a column resets the horizontal position

When I click a column header to sort ASC/DESC, the row I was on is kept, but the column is not — the grid jumps back to the first column instead of staying on the column I was working in.


Environment: Windows 11 Pro, build 26200. Patch build from the link in #795.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions