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

Real-time monitor and log viewer incorrectly displays subtree children of ParallelAll #56

Open
bijoua29 opened this issue Sep 13, 2024 · 1 comment
Assignees

Comments

@bijoua29
Copy link

Describe the bug
I have a ParallelAll node in my tree. This ParallelAll node has two children that are different subtrees. The display in real-time monitor and log viewer is correct when the subtrees are collapsed. If I expand the 2 subtree children, the left subtree is the same as the right subtree although they are two different subtrees.

To Reproduce

Provide a list of steps to reproduce the issue.
Expand both subtree children of a ParallelAll node.
The two subtrees should be displayed correctly

Expected behavior
I expected both subtree children of a ParallelAll node to be displayed correctly in real-time monitor and log viewer.

Screenshots and videos
If applicable, add screenshots to help explain your problem.
Consider using a screen-recording application (for instance, https://www.screencapture.com/)

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version 24.04

Additional context
Add any other context about the problem here.

@bijoua29
Copy link
Author

Found that the instance name for both subtrees was accidentally the same. After I fixed that, it displayed the two subtrees correctly. Seems it shouldn't display it incorrectly even if instance name was the same.

@facontidavide facontidavide self-assigned this Sep 28, 2024
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