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

Focus jumps from hours field to seconds field, missing the minutes field. #282

Closed
IndraManickam opened this issue Mar 28, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@IndraManickam
Copy link

IndraManickam commented Mar 28, 2023

When a user is typing values rapidly on the input field. the key-up event is fired rapidly.
The key-up function shifts the focus to the next field. As a result, the key-up event that is later fired will consider the next field as the minute field.

Steps to reproduce.

  1. Rapidly type 12 in the hour field.
  2. Minute field should have a value more than or equal to 6.

Having a Scheduling logic before calling the focus will prevent the racing scenario between the user key-up event and the focus function.

@IndraManickam

This comment was marked as spam.

@IndraManickam

This comment was marked as spam.

@wojtekmaj wojtekmaj added the bug Something isn't working label Apr 18, 2023
@wojtekmaj
Copy link
Owner

Duplicate of #131

@wojtekmaj wojtekmaj marked this as a duplicate of #131 Apr 18, 2023
@wojtekmaj wojtekmaj closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants