mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #2137] [bug]: A lot of controls are not labeled for accessibility #720
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#720
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zersiax on GitHub (Feb 28, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2137
Originally assigned to: @sweetkane on GitHub.
Is there an existing issue for this?
Current behavior
When I view hoppscotch.io with a screen reader, a lot of buttons and anchor tags on the page have no discernible text, making it impossible to figure out what these controls are for. I expect these to be properly labeled as per WCAG standards so people who don't rely on their eyesight can make use of the tool. This is easy enough to fix by just setting a textual label on these components, can even be an aria-label which only labels elements for screen readers and won't take up visual space.
Steps to reproduce
Environment
Production
Version
Cloud
@liyasthomas commented on GitHub (Feb 28, 2022):
Hi @zersiax, thank you for opening this issue ticket. I'll be trying our max to improve the screen reader experience and increase the overall site accessibility.
@sweetkane commented on GitHub (Mar 22, 2022):
Hello. I am a senior studying CS at the University of Michigan. I am supposed to make an open source contribution for my Software Engineering class, and I would love to take care of this issue if it hasn't been fixed already. Could you possibly reassign it to me?
@liyasthomas commented on GitHub (Mar 23, 2022):
Hi @sweetkane, you can pick up this issue. Assigning it to you.
@sweetkane commented on GitHub (Apr 17, 2022):
Hello. I have made changes for this issue. Can I have access to create a branch and make a pull request?
@liyasthomas commented on GitHub (Apr 17, 2022):
Hi @sweetkane, if your changes are in your fork of Hoppscotch, you can directly open a pull request to our
mainbranch.@thgcode commented on GitHub (May 24, 2023):
Hello!
I thought of creating a new issue, but found this one, I tested hoppscotch with NVDA and it read only "button" on the buttons. If pressing tab it read the button name, but not when pressing the arrow keys. I think it could because the button name is set to "button" and the description set to the button name, that is somehow confusing the screen reader, but some buttons are correct like the body button or the parameters button.