Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events are not delegated again if a view is shown in a region, closed, and then re-shown #651

Closed
diwu1989 opened this issue Jun 12, 2013 · 1 comment

Comments

@diwu1989
Copy link

See jsfiddle: http://jsfiddle.net/X9PE6/4/

I create a view object with an events hash, I show it in a region, the events hash works.
I remove the view from the region, region is cleared.
I re-show the view in the region, the view renders, but the events hash is not delegated.

Is this the expected behavior? I had hoped that the events hash are re-delegated when the view gets re-shown and the events hash works again.

@jamesplease
Copy link
Member

This is the intended behavior; close is a bit of a misnomer. Ref #801 and #724.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants