Page MenuHomePhabricator

iOS 13: Alert view misplaced on sheet modals
Closed, ResolvedPublicBUG REPORT

Description

How many times were you able to reproduce it?

Always

Steps to reproduce

  1. Settings > Login
  2. Login with credentials

Expected results

Alert view is in the right place

Actual results

Alert view is below the top edge of the navigation bar

Screenshots

Used a debug alert to recreate:

Simulator Screen Shot - iPhone Xs - 2019-09-11 at 08.13.28.png (2×1 px, 116 KB)

Environments observed

App version: 1669
OS versions: 13
Device model: X
Device language: en

Event Timeline

@cmadeo @JMinor the lower impact fix for this would be switching to the old modal presentation style. The change would affect any other views presented modally inside of navigation controllers (creating reading lists, adding items to reading lists) but not editing on-boarding

@JoeWalsh this sounds good to me. Thanks for catching this!

JMinor claimed this task.