On 10/30/16, 4:01 AM, "yishayw" <yishayj...@hotmail.com> wrote:
>I noticed UIBase set style doesn't apply the new style to the HTML element >while set className does. Is that on purpose? > Yes. Under pay-as-you-go, there is cost to supporting changing styles at runtime, so the default implementation assumes no styles change at runtime. There maybe a bug in that though. See FlexJSStore. I think it uses BindableCSSStyles for when it needs to change a style at runtime. -Alex