GoogleChromeLabs / ProjectVisBug

FireBug for designers › Edit any webpage, in any state https://a.nerdy.dev/gimme-visbug
https://visbug.web.app
Apache License 2.0
5.47k stars 287 forks source link

Nan values with color picker #618

Closed mentasuave01 closed 6 months ago

mentasuave01 commented 6 months ago

https://github.com/GoogleChromeLabs/ProjectVisBug/assets/60361959/a8668fb2-8eec-4304-8cac-6df521ceadba

argyleink commented 6 months ago

thanks for reporting!

very strange that 1 of the 3 RGB channels is NaN… VisBug takes the color from the color picker and doesnt do any transforms on it since it's already a hex value. to me, this bug smells like an issue with the input type color element in your browser version. Will you go to this Codepen and see if it happens against a non-visbug controlled color picker? https://codepen.io/argyleink/pen/GRLQqGR

i'm hoping the issue reproduces there, at which point, I can help you log an issue on Chromium's bug tracker. speaking of which, what's your browser version and OS?

mentasuave01 commented 6 months ago

Codepen is working properly.

Browsers where I have the issue: Brave Version 1.64.113 Chromium: 123.0.6312.86 (Official Build) (64-bit) Chrome Version 123.0.6312.86 (Official Build) (64-bit)

OS: Ubuntu 22.04 .

argyleink commented 6 months ago

Found the Chromium issue https://g-issues.chromium.org/issues/40777177, doesn't appear there's a fix afaict.. but going to close this, as it's not a VisBug related issue, there's something deeper going on with the eyedropper.