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

Detaching the UI does not detach child components #4178

Closed
heruan opened this issue May 25, 2018 · 1 comment
Closed

Detaching the UI does not detach child components #4178

heruan opened this issue May 25, 2018 · 1 comment
Labels
Milestone

Comments

@heruan
Copy link
Member

heruan commented May 25, 2018

When the UI is detached (e.g. when the session expires) the UI detach event is fired, but not the detach events of its child components.

@Legioth
Copy link
Member

Legioth commented May 28, 2018

Would probably be enough that the logic that fires the detach even for the UI also goes through all child elements of the UI's element and detaches them.

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

No branches or pull requests

4 participants