playsrg-apple icon indicating copy to clipboard operation
playsrg-apple copied to clipboard

Incorrect accessibility frames

Open defagos opened this issue 3 years ago • 0 comments

With the hero stage introduced in iOS 3.3.0 and tvOS 1.3.2 the image is scaled, top aligned and clipped. As a result SwiftUI incorrectly identifies the accessibility frame (ignores the clipping and takes the largest frame, the one of the image).

We can either fix this issue or report it as a bug to Apple. This is not a big deal as accessibility works fine (though on iOS scrolling behaves oddly if you can see the screen).

Issue type

Incorrect behavior

Environment information

  • Application version: iOS 3.3.0 / tvOS 1.3.2
  • iOS / tvOS version: Any
  • Device: Physical

Reproducibility

Always reproducible

Steps to reproduce

  1. Launch the Play app
  2. Enable VoiceOver
  3. Navigate the hero stage

defagos avatar Sep 30 '21 10:09 defagos