Dear All,
I was wondering what should be the correct behavior in Mondrian in VW. Consider the following scripts:
| view | view := ViewRenderer new. view interaction popupText: [:e | 'first level']. view node: 1. view node: 2. view open
the popup appears for the first node only. Is it really the intended behavior? I would expect the interaction object to be shared between nodes
Cheers, Alexandre