Skip to content
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

Improve keyboard accessibility (tabindex) #553

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jsarenik
Copy link
Contributor

Also disables autocomplete, autocapitalize and autocorrect on search textbox.

After Bitcoin Explorer is open, one only needs to press TAB once and enter what they search for.

This is not Auto-focus, which was also experimented with but moves whole view to the top on reload of something one may be watching, so I decided not to do any JavaScript auto-focus magic. Hopefully someone finds it useful, too.

This patch is alive at https://be.anyone.eu.org/

Also disables autocomplete, autocapitalize and autocorrect
on search textbox.
@@ -7,11 +7,9 @@ block content
+pageTitle("Search")

+contentSection

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants