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

[IE/EDGE] Incorrect sequence of focusing elements #475

Closed
enheit opened this issue Aug 2, 2017 · 2 comments
Closed

[IE/EDGE] Incorrect sequence of focusing elements #475

enheit opened this issue Aug 2, 2017 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@enheit
Copy link

enheit commented Aug 2, 2017

Hello, I've found incorrect sequence of focused elements using TAB key.

Unfortunately, I could not open CodeSandbox in IE, therefore I use Edge as alternative.

Look at CodesandBox issue example
Note: Issue is reproducing only in IE & Edge browsers

Browsers to reproduce issue:

  • IE 11 (Version - 11.1480.14393.0, Update version: 11.0.44) (Win 10)
  • Edge (Version - 38.14393.1066.0) (Win 10)

Actual result:
On TAB key press, focus moves to first input instead of next. (Jumps between first and second ).

  • The DayPickerInput v.6.1.0 lose sequence of focusable elements
    incorrect-gif

Expected result:

  • The next DayPickerInput should be focused (GIF animation from Crhome browser)
    correct-focusing
@gpbl gpbl added bug labels Aug 6, 2017
@gpbl
Copy link
Owner

gpbl commented Aug 6, 2017

Thanks for reporting this and the clear description!

Any chance you can take a look to the source? (I'm traveling) To hide and display the overlay on focus/blur events, we are using a timeout. My guess is that it does not work correctly in IE.

@gpbl gpbl added the help wanted Extra attention is needed label Oct 5, 2017
@gpbl
Copy link
Owner

gpbl commented Nov 25, 2017

This should have been fixed with #525 released in v7, please report back if not - thanks!

@gpbl gpbl closed this as completed Nov 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants