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

Wrong focus-source on Chrome on first Input element #158

Open
CatoTH opened this issue Jul 13, 2017 · 1 comment
Open

Wrong focus-source on Chrome on first Input element #158

CatoTH opened this issue Jul 13, 2017 · 1 comment

Comments

@CatoTH
Copy link

CatoTH commented Jul 13, 2017

Hi,

it seems like the data-focus-source-attribut on the html-tag receives the wrong value in this situation:

  • Chrome 59 (MacOS)
  • Focusing the first input field on the page
  • Going to the (non-existant) previous input element by Shift+Tab
  • Going back to the first input field by Tab

The input gets the focus as expected, but the data-focus-source gets the value "script" instead of "key".

Here is a small example: https://www.hoessl.eu/allytest.html

  • Click on the input field
  • Shift-Tab
  • Tab
@rodneyrehm
Copy link
Member

Thank you for reporting the problem, I can reproduce this.

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

No branches or pull requests

2 participants