From 8fc538386de415d368792bfebcc76f679fea6547 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:08:52 +0100 Subject: [PATCH] fix(base): sync header/body horizontal scroll on header focus; expand row via Space, drop expander from tab order --- .../src/ee/base/components/grid/grid-cell.tsx | 1 + .../ee/base/components/grid/grid-container.tsx | 10 ++++++++++ .../src/ee/base/hooks/use-grid-keyboard-nav.ts | 16 +++++++++++----- .../ee/base/hooks/use-horizontal-scroll-sync.ts | 9 +++++++++ 4 files changed, 31 insertions(+), 5 deletions(-) diff --git a/apps/client/src/ee/base/components/grid/grid-cell.tsx b/apps/client/src/ee/base/components/grid/grid-cell.tsx index 73f99b34b..90243a0a6 100644 --- a/apps/client/src/ee/base/components/grid/grid-cell.tsx +++ b/apps/client/src/ee/base/components/grid/grid-cell.tsx @@ -181,6 +181,7 @@ export const GridCell = memo(function GridCell({