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

Set a tabindex on the canvas #7484

Merged
merged 2 commits into from
Nov 12, 2018
Merged

Set a tabindex on the canvas #7484

merged 2 commits into from
Nov 12, 2018

Commits on Nov 9, 2018

  1. set a tabindex on the canvas: without it, it cannot be focused, so th…

    …e user cannot click on it and have the canvas receive events. set a value of -1, which just means 'focusable' and does not include it in the tab ordering, which is the same as before
    kripken committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    cdb67f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    2bea546 View commit details
    Browse the repository at this point in the history