On 2010-11-15, at 18:33, André Bargull wrote:
>> style: Bug discovered by new code -- the color type auto-quotes
>> its value property. If you want the value to be an expression,
>> you must use ${}.
>
> The "menuitembgcolor" uses the old `when="once|always|immediately"` syntax to
> declare a constraint, basically `<attribute name="menuitembgcolor"
> value="textfieldcolor" when="once" type="color"/>` should act the same as
> `<attribute name="menuitembgcolor" value="$once{textfieldcolor}"
> type="color"/>`.
Hm. So it does... need to investigate why that was not working then.