[PR #1625] [MERGED] 🐛 Mobile: Account ledger jumps on first selection #3853

Closed
opened 2026-02-28 20:47:47 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1625
Author: @trevdor
Created: 9/1/2023
Status: Merged
Merged: 9/1/2023
Merged by: @trevdor

Base: masterHead: bug/1621-mobile-transaction-list-scroll-to-top


📝 Commits (2)

  • b42c781 🐛 Mobile: Account ledger jumps on first selection
  • dc8c077 release notes

📊 Changes

5 files changed (+162 additions, -181 deletions)

View changed files

📝 packages/desktop-client/package.json (+5 -5)
📝 packages/desktop-client/src/components/accounts/MobileAccount.js (+3 -28)
📝 packages/desktop-client/src/components/transactions/MobileTransaction.js (+1 -1)
upcoming-release-notes/1625.md (+6 -0)
📝 yarn.lock (+147 -147)

📄 Description

Fixes #1621

The first time you interact with the list, react-aria sets the focused element to the first list item, then scrolls that focused element into view.

The offending onFocus listener appears fixed by upgrading @react-aria/listbox. I went ahead and upgraded all react-aria packages, as they get frequent updates and work with one another.

Tested the mobile list components thoroughly and everything seems to work as normal.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/1625 **Author:** [@trevdor](https://github.com/trevdor) **Created:** 9/1/2023 **Status:** ✅ Merged **Merged:** 9/1/2023 **Merged by:** [@trevdor](https://github.com/trevdor) **Base:** `master` ← **Head:** `bug/1621-mobile-transaction-list-scroll-to-top` --- ### 📝 Commits (2) - [`b42c781`](https://github.com/actualbudget/actual/commit/b42c78108ea5355bf7f22e602e1ccaec62b96543) :bug: Mobile: Account ledger jumps on first selection - [`dc8c077`](https://github.com/actualbudget/actual/commit/dc8c0772d5afeb5f7f82c6f255b961ae8166d021) release notes ### 📊 Changes **5 files changed** (+162 additions, -181 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+5 -5) 📝 `packages/desktop-client/src/components/accounts/MobileAccount.js` (+3 -28) 📝 `packages/desktop-client/src/components/transactions/MobileTransaction.js` (+1 -1) ➕ `upcoming-release-notes/1625.md` (+6 -0) 📝 `yarn.lock` (+147 -147) </details> ### 📄 Description Fixes #1621 The first time you interact with the list, react-aria sets the focused element to the first list item, then scrolls that focused element into view. The offending `onFocus` listener appears fixed by upgrading `@react-aria/listbox`. I went ahead and upgraded all react-aria packages, as they get frequent updates and work with one another. Tested the mobile list components thoroughly and everything seems to work as normal. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:47:47 -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#3853