mozilla-mobile/firefox-ios

Addresses section remains scrollable while keyboard is displayed

Open

#29,238 opened on Sep 10, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Swift (3,203 forks)batch import
Contributor OKGood first issue

Repository metrics

Stars
 (12,950 stars)
PR merge metrics
 (Avg merge 3d 2h) (221 merged PRs in 30d)

Description

Steps to Reproduce:

  1. Open the app.
  2. Go to SettingsAddresses.
  3. Tap on any input field to bring up the keyboard.
  4. Try scrolling within the Addresses section while the keyboard is open.

Expected Result: The Addresses section should remain fixed when the keyboard is displayed to ensure stable input and avoid layout issues.

Actual Result: The Addresses section is still scrollable while the keyboard is displayed.

Device & Build Information:

  • Device: iPhone 16 (iOS 26 beta 9 – 23A5336a)
  • Build version: v9000 (61155)

Notes:

  • The issue is reproducible only in the Addresses section.
  • The Passwords section does not show this behavior, leading to inconsistency.

[^ScreenRecording_09-10-2025 15-29-33_1.MP4]

:information_source: Reference Person

@FilippoZazzeroni

┆Issue is synchronized with this Jira Bug

Contributor guide