Open PoSayDone opened 2 years ago
I figured out something strange. It seems like it's not my title and artist blocks background
Another oddity is that if you swap the blocks, only the left one will still blink in the background
If I set the rendering mode "Image", the problem is solved. But how to set it permanent?
I realized that this is a rendering bug, because css has no effect on the appearance of these strange backgrounds. I also noticed that these backgrounds appear when the variables that use these elements are updated.
Also there is no such glitches when using "Image" rendering mode, as I said before
You sure you just didn't activate the show widget resize option of the inspector ? it makes any widget that updates flash red
You sure you just didn't activate the show widget resize option of the inspector ? it makes any widget that updates flash red
Yes, I'm sure. Second video in previous message is with enabled "Show grafical update", I've enabled it to show that this glitches appears with similar timing as variables updates
Checklist before submitting an issue
Description of the bug
Background style from yuck file is ignoring background style from scss file.
https://user-images.githubusercontent.com/29358657/197986377-bad11aa3-8102-44da-a2ee-ee0a15e15c6f.mp4
Reproducing the issue
Create a box with background in yuck file and try to overwrite child blocks background from scss
Expected behaviour
Use background color from scss
Additional context
No response