When I use Backbone Layoutmanager to manage my views, I come to issue where the remove method does not work as expected.
In fact when I remove a layout, the subviews are not deleted and become zombie views.
I'm talking based on what Backbone-Debugger shows:
this is what it shows:

and this is what it must show:

In those screenshots view 3 is the layout and the others are subviews.
I think this issue is mentionned in the section "Known Limitations". I open an issue because I think Backbone Layoutmanager is one of the most importants extensions as it helps to manage views and prevent Backbone views to grow up to be Zombies.
When I use Backbone Layoutmanager to manage my views, I come to issue where the remove method does not work as expected.
In fact when I remove a layout, the subviews are not deleted and become zombie views.
I'm talking based on what Backbone-Debugger shows:

this is what it shows:
and this is what it must show:

In those screenshots view 3 is the layout and the others are subviews.
I think this issue is mentionned in the section "Known Limitations". I open an issue because I think Backbone Layoutmanager is one of the most importants extensions as it helps to manage views and prevent Backbone views to grow up to be Zombies.