Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Chrome color picker isn't responding

Google Chrome color picker isn't responding. I tried re-installing and resetting Chrome. How can this be resolved?

like image 463
Sasi Pranay Avatar asked Jun 21 '18 13:06

Sasi Pranay


People also ask

Why is color picker not working?

A common reason why the eyedropper tool stops working is because of incorrect tool settings. First, make sure that your layer thumbnail is selected and not the layer mask. Second, check that the “sample” type for the eyedropper tool is correct.

How do I turn on color picker in Chrome?

You can access the color picker chrome tool using a keyboard shortcut or GUI (Graphical User Interface). Press Ctrl + Shift + I when using the keyboard to get the DevTools and then head to the color picker. If you are using a mac, you need to press, Command + Option + I.


1 Answers

"Reset devtools" doesn't fix the issue. I am not entirely sure what the exact cause of this bug is, but the only fix available will need to be done in an update. I could not find it in the code itself, although I didn't spend much time looking.

The main issue is that when your dev tools are docked to the bottom of the window, then the color picker will not show. It will load though, but the interface wont show. More than likely it is either in the wrong layer, or has some issue with its actual display, as no errors are thrown.

Anyway, the reason resetting dev tools works is because the default setting is to dock the dev tools to the right side of the screen (presumably, their testing showed most users use a wide screen, multiple screen, setup; as a result, there is room on the side of the screen).

If you, like me, use dev tools docked to the bottom, then in order to see the color picker, you need to change the dev tool temporarily to be docked to the right side of the screen. This does not require the settings to be reset, just simply change the docking position.

like image 177
Travis J Avatar answered Oct 18 '22 04:10

Travis J