zalmoxisus / redux-devtools-extension

Redux DevTools extension.
MIT License
13.5k stars 1.01k forks source link

Can not type lower case h in dispatcher #815

Closed alcarcdr closed 3 years ago

alcarcdr commented 3 years ago

I just installed Redux Dev Tools 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)

Related Issue: https://github.com/zalmoxisus/redux-devtools-extension/issues/575#issuecomment-716791115

alcarcdr commented 3 years ago

I understand this repo not being actively used now and will close this issue. The issue is being looked at here - https://github.com/reduxjs/redux-devtools/issues/855#issue-994071449