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

Chrome shortcuts triggered when input tag is focused #1846

Closed
konpeki622 opened this issue Apr 27, 2022 · 1 comment
Closed

Chrome shortcuts triggered when input tag is focused #1846

konpeki622 opened this issue Apr 27, 2022 · 1 comment
Labels

Comments

@konpeki622
Copy link
Contributor

konpeki622 commented Apr 27, 2022

Version

6.1.4

Browser and OS info

Chrome 96 / Windows 10

Steps to reproduce

This issue was feedbacked from #1598 @dkjain :

These new shortcuts Alt + F and Alt + D overlaps with Chrome's shortcuts mean, if Filter State input box is focused (Alt + D) and getting focus Filter component input (Alt + F), chromes three vertical dot menu (towards top-right) button/trigger steals focus. And same when filter component input is focused (Alt + F) and now trying to focus filter state input (Alt + D), chrome's omnibar gets focused.

I have verified this situation and it actually exists.

What is expected?

We can use Alt + F and Alt + D on devtools well.

What is actually happening?

Chrome shortcuts triggered.

@Akryum
Copy link
Member

Akryum commented May 8, 2022

The issue is that my keyboard logic is disabled when you are in an input field (for example to allow you to use keyboard arrows). It should be enforced for certain cases (such as shortcuts with Alt).

@Akryum Akryum added the bug label May 8, 2022
@Akryum Akryum closed this as completed in 03cae70 May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants