[PR #4921] [MERGED] New transaction text deselection on alt tab #5663

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4921
Author: @alecbakholdin
Created: 5/2/2025
Status: Merged
Merged: 5/8/2025
Merged by: @alecbakholdin

Base: masterHead: new-transaction-focus-loss-on-alt-tab


📝 Commits (2)

  • 9044cca changed default amount to come from amountToCurrency to handle localized values and maintain focus
  • cbdcccc release notes

📊 Changes

2 files changed (+9 additions, -2 deletions)

View changed files

📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+3 -2)
upcoming-release-notes/4921.md (+6 -0)

📄 Description

Closes #4801

When alt tabbing, in the highlighted cell would change from 0.00 to proper 0,00 when comma decimal separator was set. This would result in deselection of the payment cell text which is a minor annoyance


🔄 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/4921 **Author:** [@alecbakholdin](https://github.com/alecbakholdin) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/8/2025 **Merged by:** [@alecbakholdin](https://github.com/alecbakholdin) **Base:** `master` ← **Head:** `new-transaction-focus-loss-on-alt-tab` --- ### 📝 Commits (2) - [`9044cca`](https://github.com/actualbudget/actual/commit/9044cca2145ced0b993ade0e436e0cd71b8542c1) changed default amount to come from amountToCurrency to handle localized values and maintain focus - [`cbdcccc`](https://github.com/actualbudget/actual/commit/cbdccccb07743846a2a7cc24b5f7a990bd8d8055) release notes ### 📊 Changes **2 files changed** (+9 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+3 -2) ➕ `upcoming-release-notes/4921.md` (+6 -0) </details> ### 📄 Description Closes #4801 When alt tabbing, in the highlighted cell would change from 0.00 to proper 0,00 when comma decimal separator was set. This would result in deselection of the payment cell text which is a minor annoyance --- <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 21:16:19 -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#5663