mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #287] It's possible to tab into read only and non-form elements #106
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#106
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/287
Originally assigned to: @liyasthomas on GitHub.
Describe the bug
I added the following CSS rule:
I found that I could tab into some non-interactive elements such as
divcontainers, and read only inputsTo Reproduce
Steps to reproduce the behavior:
Expected behavior
It should jump past the history entries to the controls at the end
Desktop (please complete the following information):
@liyasthomas commented on GitHub (Nov 7, 2019):
I think this should be left as it is since the user might want to copy contents from a history entry.
@tomjn commented on GitHub (Nov 7, 2019):
You can still do that, it's not that the div is selected, it's that it's active/focused, it needs fixing for non-input elements at least
@liyasthomas commented on GitHub (Nov 7, 2019):
Oh! Will fix that.