redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Can not get lower case 'h' from keyboard

Open alcarcdr opened this issue 3 years ago • 9 comments

I just installed Redux Dev Tools Chrome Extension and am trying it out with a LinkedIn Learning course and ran in to a problem.

The dispatcher window does not accept the lower case h key. When I press this key on any connected keyboard nothing happens. (Uppercase H works and I can type lower case elsewhere and copy and past, I can also use the ALT+0104.)

The issue only happens with Redux DevTools instance selected from the F12 Dev Tools menu. If lunched from the icon this issue does not occur.

I disabled all other extension installed and restarted Chrome and this did not resolve the problem.

As example I was unable to type 'This' in the following:

{ type: 'CREATE_TODO', payload: {text: "Tis is a test!" } } Redux Dev Tools: Version 2.17.2

System Details are: Google Chrome is up to date Version 93.0.4577.63 (Official Build) (64-bit)

I have raised this issue here https://github.com/zalmoxisus/redux-devtools-extension/issues/815#issue-993803485 as well. I am unsure as to where the correct place is to raise issues with Redux Dev Tools

alcarcdr avatar Sep 12 '21 07:09 alcarcdr

I had the same issue of my h key not working: https://github.com/reduxjs/redux-devtools/issues/841. Edit: I am on Pop!_OS

kyle-wannacott avatar Sep 12 '21 07:09 kyle-wannacott

Fascinating bug, unfortunately i cannot reproduce it. If you are able to do more investigation that would be great. Can you try disabling all of your other extensions just to make sure its not being caused by another extension? What OS are you on?

Methuselah96 avatar Sep 12 '21 19:09 Methuselah96

And, yes, this repository is now the home of both the underlying Redux DevTools as well as the Chrome extension that wraps it. My intention is to obtain access to the redux-devtools-extension repository at some point and clean up/transfer relevant issues, but I haven't gotten around to it yet.

Methuselah96 avatar Sep 12 '21 19:09 Methuselah96

I've just released the 3.0 beta Chrome Extension as a separate extension. Can you check it out and see if the bug persists: https://chrome.google.com/webstore/detail/redux-devtools-next/oamphgegmigmlgkdnijmeomjenbmkbdg? Thanks!

Methuselah96 avatar Sep 13 '21 13:09 Methuselah96

I work on a different extension, and I've run into this problem with chrome on Manjaro linux too. I think this is not a redux devtools bug, but a chrome bug

Matsuuu avatar Sep 28 '21 15:09 Matsuuu

Interesting. Did some Googling, not sure but these could possibly be related:

  • https://bugs.chromium.org/p/chromium/issues/detail?id=100251
  • https://stackoverflow.com/questions/24289059/why-does-chrome-not-accept-the-letters-c-or-h
  • https://www.reddit.com/r/chrome/comments/n85wi/certain_keys_dont_work/
  • http://jamesisin.com/a_high-tech_blech/index.php/2008/03/keyboard-input-ignored-for-c-h-t-and-v-keys-in-specific-applications-only/comment-page-2/

For those who have the issue, is it only the h key that doesn't work or are there other keys as well (specifically c and v)?

Methuselah96 avatar Sep 28 '21 15:09 Methuselah96

I did some looking up and ther'es some keydown event listener being attached to the iframe that holds the extension.

I've tried reaching some chrome devtools members on twitter about this

Matsuuu avatar Sep 28 '21 16:09 Matsuuu

I've submitted an issue to the chrome bug tracker with some extra information I was able to find by looking into the sources https://bugs.chromium.org/p/chromium/issues/detail?id=1253948

Matsuuu avatar Sep 28 '21 16:09 Matsuuu

I am also experiencing this issue in windows 11. I cannot type h letter in dispatcher which is in the redux devtools.

channyeintun avatar Oct 25 '21 05:10 channyeintun