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

[Accessibility] "Open Torrent" button is difficult to operate with the keyboard #1347

Closed
wants to merge 1 commit into from

Conversation

huaiyinfeilong
Copy link

Fixed #1346.

@livings124 livings124 changed the title Resolve #1346 [Accessibility] "Open Torrent" button is difficult to operate with the keyboard Dec 23, 2020
@ckerr
Copy link
Member

ckerr commented Feb 13, 2022

This is fixed by #1476, where this is now a proper button instead of a div:

        <button
          aria-keyshortcuts="Alt+O"
          aria-label="Open torrent"
          class="toolbar-button"
          data-action="open-torrent"
          id="toolbar-open"
          tabindex="0"
        ></button>

@ckerr ckerr closed this Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[Accessibility] "Open Torrent" button is difficult to operate with the keyboard
2 participants