[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Page MenuHomePhabricator

search input not reachable (to move cursor or select part of query)
Closed, ResolvedPublicBUG REPORT

Description

search input not reachable (to move cursor or select part of query) in portrait. barely reachable landscape. too far up, overlapping notifications. OS stealing taps?

  • tap search box at top of screen.
  • type a query.
  • try to tap on the box to move cursor or tap and hold to select part of query.
  • or skip typing and just try to paste a query.

version 2.7.50509-beta-2024-11-14

Event Timeline

Dbrant triaged this task as High priority.

Looks like this is due to new behavior introduced in Android 15 and the way it handles window insets (because why not!). This impacts many other Activities, not just search:

Screenshot_20241118_105632.png (2×1 px, 515 KB)

If there isn't a quick and easy solution to make these things instantly compatible with Android 15, then we can just downgrade our targeting of API 15 back to 14, and wait until we implement proper window insetting.