You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've done a simple example to ilustrate the issue: when the button b1 is pressed, the parent view doesn't listen the event (the 'button1Pressed' isn't shown in the console). However, when the button b2 is pressed, it does.
Actually the issue he's describing is that childViewEvents on a Layout doesn't work with trigger It does however work with triggerMethod, but that has been fixed for v3.2 here: #3247
Actual behavior
I've done a simple example to ilustrate the issue: when the button b1 is pressed, the parent view doesn't listen the event (the 'button1Pressed' isn't shown in the console). However, when the button b2 is pressed, it does.
Expected behavior
It should work the same way form button b1 and button b2.
Environment
The text was updated successfully, but these errors were encountered: