[PR #6415] Fix data table group row coloring when horizontally scrolled #6506

Closed
opened 2026-02-28 21:29:18 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/6415

State: closed
Merged: No


Fixes #6374
Ensures list rows expand to max-content width so group-row background coloring renders correctly for columns that were initially off-screen.
Tests: yarn typecheck, yarn lint:fix


Note

Make report table list rows expand to max-content width so group-row background coloring remains correct when horizontally scrolled.

  • Reports UI:
    • In packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx, conditionally set list rows (isListRow) to minWidth: '100%' and width: 'max-content' on Row to maintain correct group-row background when horizontally scrolled.
  • Release Notes:
    • Add upcoming-release-notes/6415.md noting the bugfix for group row coloring during horizontal scroll.

Written by Cursor Bugbot for commit d71943516d. This will update automatically on new commits. Configure here.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6415 **State:** closed **Merged:** No --- Fixes #6374 Ensures list rows expand to max-content width so group-row background coloring renders correctly for columns that were initially off-screen. Tests: yarn typecheck, yarn lint:fix <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Make report table list rows expand to max-content width so group-row background coloring remains correct when horizontally scrolled. > > - **Reports UI**: > - In `packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx`, conditionally set list rows (`isListRow`) to `minWidth: '100%'` and `width: 'max-content'` on `Row` to maintain correct group-row background when horizontally scrolled. > - **Release Notes**: > - Add `upcoming-release-notes/6415.md` noting the bugfix for group row coloring during horizontal scroll. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d71943516d65a1cc314500dbf445216eda2600bb. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
GiteaMirror added the pull-request label 2026-02-28 21:29:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6506