grapesjs icon indicating copy to clipboard operation
grapesjs copied to clipboard

Background color automatically changes to black

Open dev4322 opened this issue 3 years ago • 4 comments
trafficstars

GrapesJS version

  • [X] I confirm to use the latest version of GrapesJS

What browser are you using?

Chrome

Reproducible demo link

https://grapesjs.com/demo.html.

Describe the bug

By default background color is none. When i click on color picker to change the background color and doesn't select any color from color picker. (closes color picker modal on clicking screen not on modal ). it automatically changes color to black.

you can reproduce this issue on official demo https://grapesjs.com/demo.html.

is there any way t fix this??

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

dev4322 avatar Dec 09 '21 14:12 dev4322

I'm not able to reproduce it, are you able to provide a screen recording of the issue?

artf avatar Dec 09 '21 17:12 artf

@artf https://www.loom.com/share/223f7badb9994988be49833452bf11fd

dev4322 avatar Dec 09 '21 17:12 dev4322

I have the same issue, if you click outside the colorpicker it turn in black

jloguercio avatar Jan 11 '22 09:01 jloguercio

Can confirm issue is still happening in version 0.19.4

Vac1911 avatar Jun 09 '22 18:06 Vac1911

Hey, the issue could be that color picker is reset to "transparent" which some browsers handle as black in certain situations - maybe trying to reset color to rgba(0,0,0,0) or rgba(255,255,255,0) instead could help. Just a thought - not sure if this is the case. Could not replicate the issue myself.

msyyn avatar Feb 06 '23 07:02 msyyn