mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-16 07:04:23 -05:00
[GH-ISSUE #7981] [Bug]: Split transaction remaining balance popover overflows horizontally and gets stuck across different browsers #117633
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kryll on GitHub (May 28, 2026).
Original GitHub issue: https://github.com/actualbudget/actual/issues/7981
What happened?
Describe the bug
When splitting a transaction, the popover/tooltip that manages the remaining amount overflows the screen horizontally on the right side, hiding the action buttons.
Critical update: This issue completely breaks the transaction state and synchronizes across devices/browsers. After getting stuck in Google Chrome, I opened the app in Mozilla Firefox, and the exact same broken split transaction and cut-off UI element were still there. This means the corrupted/incomplete split state is being saved to the database and synced, making it impossible to clear or cancel the operation even after refreshing or switching browsers.
Screenshots
Environment:
Actual Budget Version: v26.5.2
Browser / App: Google Chrome & Mozilla Firefox
How can we reproduce the issue?
Go to the Transactions page.
Click on an existing transaction and select Split (Dividir).
Notice the popover handling the remaining funds is cut off horizontally on the right edge.
Refresh the page or open the application in a completely different browser (e.g., switch from Chrome to Firefox).
The broken split state and the unclickable popover persist.
Where are you hosting Actual?
Locally via Yarn
What browsers are you seeing the problem on?
Chrome
Operating System
Windows 11
@coderabbitai[bot] commented on GitHub (May 28, 2026):
⚠️ Possible Duplicate Issue(s)
🔗 Related PRs
actualbudget/actual#7814 - Fix split transaction popover wrapping [merged]
📝 Issue Planner
Check the box below or use the
@coderabbitai plancommand to generate an implementation plan and prompts that you can use with your favorite coding assistant.🧪 Issue enrichment is currently in open beta.
You can configure auto-planning by selecting labels in the issue_enrichment configuration.
To disable automatic issue enrichment, add the following to your
.coderabbit.yaml:💬 Have feedback or questions? Drop into our discord!
@kryll commented on GitHub (May 28, 2026):
I am experiencing this exact same issue on v26.5.2. The remaining balance popover overflows horizontally on the right edge of the screen, completely hiding the action buttons.
After troubleshooting, I found a couple of critical clues that might help pinpoint the root cause:
@youngcw commented on GitHub (May 29, 2026):
Have you tested https://nightly.actualbudget.org? This maybe have been fixed already
@cculbertson81 commented on GitHub (Jun 2, 2026):
I'm still seeing this issue as of the v26.6.0 release.
@Sarke commented on GitHub (Jun 8, 2026):
I'm seeing this too on Firefox. Popover element has
max-height: 0, removing this makes it look normal.