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

Ensure order of destroyed methods for LayoutViews makes sense #1878

Closed
jamesplease opened this issue Sep 13, 2014 · 1 comment
Closed

Ensure order of destroyed methods for LayoutViews makes sense #1878

jamesplease opened this issue Sep 13, 2014 · 1 comment

Comments

@jamesplease
Copy link
Member

Right now, the RegionManager has its own destroy method that is executed at around same time that a LayoutView's destroy method is. But instead of the LayoutView intelligently wrapping the destroy method so that the two before: destroys are side-by-side, it fires them one after the other, so that it goes

before:destroy, destroy, before:destroy, destroy.

Given that the RegionManager's events might be gone in v3, this might resolve itself automatically. But this is for us to make sure that the event order makes sense.

Reference #1753 for more.

@jamesplease
Copy link
Member Author

Added to #1796.

@jamesplease jamesplease added this to the v3.0.0 milestone Sep 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant