[PR #4651] [MERGED] 🐛 (mobile) fix for iOS - keyboard focus when editing budget #5512

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4651
Author: @MatissJanis
Created: 3/18/2025
Status: Merged
Merged: 3/19/2025
Merged by: @MatissJanis

Base: masterHead: matiss/fix-ios-focus


📝 Commits (1)

  • 62f7fa9 🐛 (mobile) fix for iOS - keyboard focus when editing budget

📊 Changes

11 files changed (+34 additions, -10 deletions)

View changed files

📝 packages/desktop-client/package.json (+0 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+3 -6)
📝 packages/desktop-client/src/components/modals/EnvelopeBudgetMenuModal.tsx (+6 -1)
📝 packages/desktop-client/src/components/modals/TrackingBudgetMenuModal.tsx (+6 -1)
📝 packages/loot-core/package.json (+1 -0)
📝 packages/loot-core/src/client/__mocks__/platform.web.ts (+2 -0)
📝 packages/loot-core/src/client/platform.electron.ts (+2 -0)
📝 packages/loot-core/src/client/platform.ts (+2 -0)
📝 packages/loot-core/src/client/platform.web.ts (+5 -0)
upcoming-release-notes/4651.md (+6 -0)
📝 yarn.lock (+1 -1)

📄 Description

Fixes #4594

Automatically focusing on input elements in IOS + Safari does not really work.. so implementing a small workaround specifically for these users - to remove the auto-focus feature.


🔄 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/4651 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/19/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-ios-focus` --- ### 📝 Commits (1) - [`62f7fa9`](https://github.com/actualbudget/actual/commit/62f7fa9a022b5ef29bcf5383f0883c5838acb5cd) :bug: (mobile) fix for iOS - keyboard focus when editing budget ### 📊 Changes **11 files changed** (+34 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+0 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+3 -6) 📝 `packages/desktop-client/src/components/modals/EnvelopeBudgetMenuModal.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/modals/TrackingBudgetMenuModal.tsx` (+6 -1) 📝 `packages/loot-core/package.json` (+1 -0) 📝 `packages/loot-core/src/client/__mocks__/platform.web.ts` (+2 -0) 📝 `packages/loot-core/src/client/platform.electron.ts` (+2 -0) 📝 `packages/loot-core/src/client/platform.ts` (+2 -0) 📝 `packages/loot-core/src/client/platform.web.ts` (+5 -0) ➕ `upcoming-release-notes/4651.md` (+6 -0) 📝 `yarn.lock` (+1 -1) </details> ### 📄 Description Fixes #4594 Automatically focusing on input elements in IOS + Safari does not really work.. so implementing a small workaround specifically for these users - to remove the auto-focus feature. --- <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:13:39 -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#5512