-
Notifications
You must be signed in to change notification settings - Fork 815
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 with many nodes + Input + TabbedContent can lead to some nodes not being displayed #4805
Comments
This simple method usually helps me debug layout issues:
This shows that the |
Thank you! This definitely works. I am not sure if this is an actual bug I will leave closing the issue to you. |
Textualize/textual#4805 for background information
Maybe Just to clarify, the problem is where your I'll leave the decision to the Textual maintainers. |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
I am currently bumping into an issue where not all the nodes of a Tree are displayed. My program has an Input field at the top, then TabbedContent, with two TabPanes each containing a Tree. When I add 100 nodes to the trees only the first 98 are displayed. When I remove the TabbedContent, or the Input, then all nodes are displayed. I have absolutely no idea what I am doing wrong here.
I have tested this on Textual 0.70, 0.72 and 0.74. A simple test application is attached, as well as three screenshots.
example_bug_tree_tabbed_input.zip
The text was updated successfully, but these errors were encountered: