On 1/23/17, 12:08 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote:
>Carlos, Alex, > >Fix is ready, but before I will commit it I have to ask about something. > >In order to fix this I need to remove from ContainerDataBinding following >code: > >if (binding.source[0] in _strand) >{ >} > >What actually is for this "in" attribute ? Why we are checking something >like that in strand. ItemRendererDataBinding doesn't have such things >that's >why it is working with constants. That is a check to see if the expression starts with a property in the strand. I think that is needed because if the root of the expression is null, you want to place listeners on the strand to wait for it to appear. It might be that the handler for ConstantBinding doesn't care and can be moved out of that if statement. HTH, -Alex