React-devtools: Chrome: Can't press `Esc` to toggle console when React panel are open

Created on 14 Sep 2017  ·  5Comments  ·  Source: facebook/react-devtools

Testing on OS X with Chrome 63 canary.

If I press Esc while React devtools is open, I expect this to open a JS console in a split view with the React devtools. This is how every other tab behaves. Instead, I see the console slide up and immediately back down in a split second.

We should fix this so the console can be used again.

Workaround: Switch to another tab, hit Esc, switch back to React.

good first bug

Most helpful comment

I've tried to debug this for an hour or so, but I don't think it's actually the extensions fault. I commented out almost the entire codebase, and it still happens. It also happens on other extensions I use that have Developer Tools tabs (Cookie Inspector, and Redux Devtools)

All 5 comments

I've tried to debug this for an hour or so, but I don't think it's actually the extensions fault. I commented out almost the entire codebase, and it still happens. It also happens on other extensions I use that have Developer Tools tabs (Cookie Inspector, and Redux Devtools)

Fixed on Chrome 65.0.3311.3, currently on dev channel

Chrome 65.0.3325 is the current production build and the issue is now fixed. this issue can be closed.

Nice. Thanks both of you for following up!

Was this page helpful?
0 / 5 - 0 ratings