Is there an existing issue for this?
Current Behavior
When creating a new Toot/post, the current flow/UI for adding an image overlays a text field directly over a cropped version of the image in order to add alt-text.
This has multiple severe usability shortcomings:
- The insertion marker of the text field is routinely outside the viewport, so you don’t know where the next key stroke ends up.
- The text field has no background colour, so the white text is illegible on top of images with a light area towards the bottom.
- The image isn’t fully visible when composing the alt text, which is an obvious problem when trying to describe an image with several details.
- Moving the text cursor around is cumbersome and all sorts of broken, once you try to moving past the currently visible part of the text.
- The text field is limited to typing a single line. This is unfit for the purpose — the input element should be a text view!
Expected Behavior
- When composing the alt-text, the entire image is visible.
- The element receiving and displaying text input does not overlay the image. If the element overlays the image, (which is a bad idea because the text will at times obscure important details of the image you are trying to describe) it has a background providing sufficient contrast.
- The element receiving and displaying text input allows multi-line text entry.
- The insertion marker can reliably be re-positioned inside the text input element.
Steps To Reproduce
- On iPhone, create a new Toot.
- Attach the following image:
(Source: https://home.social/@BenteliciousArt@mastodon.art)
- Attempt to describe the image, including the text in the image.
Environment
- Device: iPhone 13
- OS: iOS 16.2
- Version: 1.4.8
- Build:
Anything else?
No response
Is there an existing issue for this?
Current Behavior
When creating a new Toot/post, the current flow/UI for adding an image overlays a text field directly over a cropped version of the image in order to add alt-text.
This has multiple severe usability shortcomings:
Expected Behavior
Steps To Reproduce
Environment
Anything else?
No response