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

Refocusing window restores previous keyboard-focused state #62

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 9, 2016

  1. Detect when element focus is obtained as a result of focus being rest…

    …ored to the window.
    Jan Miksovsky committed Sep 9, 2016
    Configuration menu
    Copy the full SHA
    8cd673d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2016

  1. Revert changes to iron-control-state, moving new focus-tracking logic…

    … to iron-button-state. The latter can now detect when a previously-focused element is receiving a focus event as a result of the window regaining focus, and update the element's keyboard-focus state appropriately.
    Jan Miksovsky committed Sep 10, 2016
    Configuration menu
    Copy the full SHA
    74f5485 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Handle cases where use sets focus with one mode (keyboard/mouse), the…

    …n switches to another mode (mouse/keyboard).
    Jan Miksovsky committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    e4b9d45 View commit details
    Browse the repository at this point in the history