Filed as http://jira.openlaszlo.org/jira/browse/LPP-9536
On 2010-11-17, at 11:02, P T Withington wrote:
> 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"/>`.
>
> Wow. Apparently this is due a a confluence of changes/bugs.