Summary: | Alt text not displaying when Alt Text overlay is clicked on. | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Kevin Frost <kevin> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | carl, josh |
Priority: | NOR | ||
Version: | 24.05.1 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/tokodon/-/commit/5ee4a2199ed7c6764038a8d6db47bcc684d18ec7 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Pop up image showing expanded image and Alt Text
Post showing "Save Image As..." on post. |
Description
Kevin Frost
2024-06-15 12:32:45 UTC
Created attachment 170522 [details]
Post showing "Save Image As..." on post.
It's intentional that clicking it does not reveal the alt text, but I'm keeping it open as I might want to actually make that a feature. It would also be a convenient place to put a "translate alt text" feature in the future. Currently the only way to view the alt text is to open the image by tapping it. Thanks for coming back so quickly. Okay on the reasoning behind not revealing the Alt Text when clicking on it, but having the Alt Text as clickable would mean that it would be okay for screen readers I would have thought. Also, saving the image and viewing it on an external viewer doesn't show the Alt Text. Apart from that, thanks for making a really nice to use program. It's come on leaps and bounds. (In reply to Kevin Frost from comment #3) > Also, saving the image and viewing it on an external viewer doesn't show the Alt Text. Interesting, is there any other software that does this? If so, I can try replicating it in Tokodon. From what I heard, there's not a standard way to tag images with alt-text... I need to say that I'm not blind, just, being disabled, I tend to look out for things that impact upon the disabled. I did not try the old versions of Tokodon which displayed both the image and the Alt Text when clicking on it, but not the latest version does not do that. Clicking on the image does not even bring up the image in a separate window, which I miss. I cannot comment on whether screen readers would speak out the text on the pop up either, not having ever tried it. * I did try the old versions of Tokodon * Git commit 5ee4a2199ed7c6764038a8d6db47bcc684d18ec7 by Joshua Goins. Committed on 19/10/2024 at 21:53. Pushed by redstrate into branch 'master'. Display media descriptions (or alt text) in a popup when clicked This is just another, additional way to get to this text information. It could also be useful for sighted users who wish to see the media description while still hiding the image. M +14 -1 src/content/ui/PostDelegate/MediaContainer.qml https://invent.kde.org/network/tokodon/-/commit/5ee4a2199ed7c6764038a8d6db47bcc684d18ec7 |