-
Notifications
You must be signed in to change notification settings - Fork 893
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FreeTube accessibility issues #693
Comments
@RastislavKish do you have problems interpreting icons only (compared to with text)? thanks. |
Some accessibility updates:
@peepopoggers currently, the most notable issue are the "fake controls". For example, when a paragraph (<p>) is given a text of a button and it gets a click listener, it will in theory behave like a button, but it's not really one (paragraphs are intended only for displaying data like text, they are not intended to be used as controls (like buttons, links, etc.)). For a sighted person, the difference is unnoticeable as they click on things anyway, so it doesn't really matter what did they click on. But screenreaders have a problem, because paragraphs don't react to key presses (like return), for example, even in your browser, you can tab to a button and activate it with the return key or spacebar, but you can't do this with clickable paragraphs (like the one for viewing comments in FreeTube). |
I'm working on replacing the many "fake controls" with buttons and links now. @RastislavKish Sorry this has taken so long to get addressed. I would consider this accessibility issue to be a severe bug. |
Is it acceptable for me to link my pull request to this issue, or are any of your checkboxes still not sufficiently addressed in your opinion? @RastislavKish |
@jasonhenriquez sure, your pr has resolved all the issues, so I think linking it here would be more than appropriate. :) Thank you again very much for all the great work on this, I've already updated the checkboxes! :) |
Hi @RastislavKish , It took way too long to be implemented but FreeTube should be more accessible now. Feel free to check out FreeTube v0.19.0 if you get the chance and let us know of any issues you encounter. 🙂 |
@ChunkyProgrammer Its been a while can this be closed? |
I'd still like to hear if @RastislavKish and/or any other disabled peeps have any more areas for improvement to share before closing this out. |
Maybe this can be enhanced,
FreeTube_Q4izfsLw8C.mp4 |
I hate to ask, but for Blind Users, is there going to be an option to disable to VIDEO portion? I'd like to stream just the AUDIO (to save bandwidth). I have wanted that feature out of YouTube for decades (along with better playlist management / sharing). I have low-bandwidth and a governor. When I use too much data, my internet slows to a crawl. |
@aaronsql2019 you can already do this in 2 ways:
|
THANK YOU SO MUCH. I've been looking for that feature for so long. I'm SOOOOOOOOOOOOOOOOOOO glad you support it. Now, if you could go into Spotify and allow me to 'ENABLE VIDEOS' I'd be as happy as a clam. I've been waffling about dedicating myself to spotify or youtube. I can't make sense of YouTube playlists. |
Hello,
I was not sure whether to report this as a feature request or a bug, after some thinking, I've settled on the bug variant.
I'm a blind user of FreeTube, and while the app is definitely very interesting, there are some accessibility issues which would be very pleasant to have fixed.
They're mostly just playing with used HTML elements, so I hope it will be possible to implement them easily:
That's what I've noticed so far, these four issues are from accessibility point of view the most important to fix, as they directly influence the app's usability for blind people.
The interface is otherwise very nice and hassle-free, that's why I hope it will be possible to do something about these things and make the app usable for everyone. :)
My configuration is Ubuntu mate 20.04 64-bit, screenreader orca v3.39.1 pre. It doesn't matter much I guess, as Electron's Chromium backend is the same for all platforms, adding it just for completeness.
FreeTube version 0.9.0.
Thanks for the great project!
The text was updated successfully, but these errors were encountered: