[PR #5752] fix scrolling inside modal with an input that autofocuses #13149

Closed
opened 2026-04-10 21:48:29 -05:00 by GiteaMirror · 0 comments
Owner

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

State: closed
Merged: Yes


Fixes #5382

The transform hint was hanging around after the animation, which seems to confuse Safari on iOS 18/26 and stops the modal from scrolling when an input is focused. Also seems related to the autofocus inside the modal getting itself in a knot, it's obviously some sort of Safari/webkit regression as we didn't see it before iOS 26.

It looks like there's a couple of pixels worth of movement on the VRT but it would be completely indistinguishable without the side by side.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/5752 **State:** closed **Merged:** Yes --- Fixes #5382 The transform hint was hanging around after the animation, which seems to confuse Safari on iOS 18/26 and stops the modal from scrolling when an input is focused. Also seems related to the autofocus inside the modal getting itself in a knot, it's obviously some sort of Safari/webkit regression as we didn't see it before iOS 26. It looks like there's a couple of pixels worth of movement on the VRT but it would be completely indistinguishable without the side by side.
GiteaMirror added the pull-request label 2026-04-10 21:48:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#13149