Skip to content

Improve keyboard accessibility (tabindex)#553

Open
jsarenik wants to merge 1 commit into
janoside:masterfrom
jsarenik:jsn/search_kbd
Open

Improve keyboard accessibility (tabindex)#553
jsarenik wants to merge 1 commit into
janoside:masterfrom
jsarenik:jsn/search_kbd

Conversation

@jsarenik

Copy link
Copy Markdown
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.
Comment thread views/search.pug
@@ -7,11 +7,9 @@ block content
+pageTitle("Search")

+contentSection

Copy link
Copy Markdown

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