Chrome inspector keeps opening and focusing on console when editing css
Asked Answered
U

1

6

This only happens sometimes but won't stop until I restart my computer. I will be editing a stylesheet writing some css and after I type 1 or 2 the console opens is focused on and starts typing in there. Very frustrating.

Undersize answered 20/8, 2016 at 4:50 Comment(0)
D
1

This used to happen to me when I am using chrome. It just opens the console and "Freezes". This is what worked for me.

Open the console. Click on the sources tabThis is the sources tab

Then you are going to check at the far bottom-right corner for event listener breakpoints. You will see a long list of DOM events eg click,keyboard ie. enter image description here

If any of the events is checked, uncheck them.

If it still pops that screen, press F8 and then CTRL+F8. That fixes the problem. Hope this helps.

Dardan answered 29/8, 2016 at 12:44 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.