mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #279] Missing Focus on Inputs #101
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#101
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 @tomjn on GitHub (Nov 7, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/279
Originally assigned to: @liyasthomas on GitHub.
Describe the bug
When clicking on a text input or a dropdown, there is no focus state. By default browsers add an outline for accessibility purposes, but this seems to have been removed ( regression? )
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When you click on a form input, it should be clear which input has gained focus
Desktop (please complete the following information):
@tomjn commented on GitHub (Nov 7, 2019):
The only indication at the moment is the flashing text caret. I've clicked on one of these fields in the screenshot, and used the trackpad to scroll, see if you can guess which one is focused:
I'd suggest using the same colour from the options page
@liyasthomas commented on GitHub (Nov 7, 2019):
Will consider adding a focus state indication ASAP 👍