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

Tree node is removed but the container remains #361

Closed
ronjunevaldoz opened this issue May 5, 2021 · 3 comments
Closed

Tree node is removed but the container remains #361

ronjunevaldoz opened this issue May 5, 2021 · 3 comments
Labels

Comments

@ronjunevaldoz
Copy link

Tree node is removed but the container remains. After removing the node using actor.remove() the node container remains

  • Initial load
    image
  • After removal
    image
@czyzby
Copy link
Collaborator

czyzby commented May 5, 2021

VisTree extends the default LibGDX Tree with Focusable support, but node management remains unchanged. It's likely that it's a LibGDX bug. @ronjunevaldoz, would you be able to verify that a similar bug occurs with the default widget?

@ronjunevaldoz
Copy link
Author

VisTree extends the default LibGDX Tree with Focusable support, but node management remains unchanged. It's likely that it's a LibGDX bug. @ronjunevaldoz, would you be able to verify that a similar bug occurs with the default widget?

I tried using the default Tree, the bug still occurs.

@czyzby
Copy link
Collaborator

czyzby commented May 5, 2021

Since VisTree is a very basic extension of the official Tree, I think this bug should be fixed at its source. Please create a bug report in the LibGDX repository.

@czyzby czyzby closed this as completed May 5, 2021
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

2 participants