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

🐛 Fix #5084: Fixfox Tab switch issue #5179

Merged

Commits on Oct 20, 2024

  1. 🐛 Fix Firefox date input refocus issue on Tab Key press by deferring …

    …the blur operation to the next event loop
    
    Close Hacker0x01#5084
    Balaji Sridharan committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    3682222 View commit details
    Browse the repository at this point in the history
  2. 🐛 Fix the Esc key input refocus issue by deferring the focus operatio…

    …n to the next event loop
    
    - This issue is caused due to the defer blur made in the commit 3682222 is getting executed after the focus operation for the ESC key press
    
    Close Hacker0x01#5084
    Balaji Sridharan committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    d07308d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. ♻️ Simplify the focus and blur call with modern ES6 feature

    Balaji Sridharan committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2019c8e View commit details
    Browse the repository at this point in the history