mastodon / mastodon-ios

Official iOS app for Mastodon
https://app.joinmastodon.org/ios
GNU General Public License v3.0
2.05k stars 265 forks source link

[BUG] Play button is unexpectedly visible in reply UI #903

Open wukko opened 1 year ago

wukko commented 1 year ago

Is there an existing issue for this?

Current Behavior

Replying to a post that contains a video causes the app to show an unpressable play button right next to account's avatar.

Expected Behavior

Play button isn't visible at all or is displayed along with the video and in proper location.

Steps To Reproduce

  1. Find any existing post that contains a video.
  2. Tap “reply” action button.
  3. See that there's a weird blob in top left corner of the screen, right below the header.
  4. Scroll up and see that it's actually a cut play button.

Environment

- Device: iPhone 12
- OS: iOS 16.2
- Version: v.1.4.9
- Build: 224

Anything else?

screenshots demonstrating the issue:

AC4BABD5-BA5E-4FD2-BB17-0F5DF6076E14 D0F570C7-A42F-4960-98EB-E6F923BEA6AA

video of reproduction steps:

https://user-images.githubusercontent.com/71202418/213845345-a1a9f7f9-75bd-4a01-a32c-d003de9933f9.MOV

j-f1 commented 1 year ago

I’ve noticed this type of issue before with the alt text button. It seems that the media is not being loaded properly when the status is displayed above the text entry field. Either this should be fixed and the media should be loaded/sized correctly or it should be hidden entirely.