Fixed Basic Color - Sample color box empty?

Russ

Well-known member
Affected version
2.0.2
I'm curious what may cause these not to preview the color.

Our style which we made slight adjustments:
Screenshot_30.webp

Default:
Screenshot_31.webp

Just for kicks, I tried replacing the Border Color with the default XF code:
Code:
xf-intensify(@xf-paletteNeutral1, 15%)

makes it worse:
before:
bug1.webp

after:
bug2.webp
 
I noticed the question marks too when changing colours, I didn't investigate though at the time. Wasn't really sure what it meant.
 
This is fixed now. There was a bug in our infinite loop detection here which caused it to think there was a loop when there wasn't. This was mostly caused by there being an "invalid" color reference, such as when you are typing it in.
 
Top Bottom