-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
TreeDataProvider: expanded nodes under a collapsed node don't work #30918
Comments
@joaomoreno This is the bug we were debugging today |
@joaomoreno @roblourens May I know what is the update on this? Getting more dups for this bug 😞 |
No progress from my side. Since I'm working on that new tree, expansion state will be supported on For the current fix, I don't mind a quick solution. |
New tree? Do tell 😄 |
@eamodio Going in stealth mode for now: https://github.com/Microsoft/vscode/tree/master/src/vs/base/browser/ui/tree |
Any update on this -- as this still causes a poor user experience? |
New tree is available now from @joaomoreno. Custom view needs adoption of this which I plan next milestone. @joaomoreno Does this issue gets fixed with new tree? |
I think this is N/A now? |
@roblourens Until #63566 lands (and assuming it fixes the issue) this is still valid. |
Woo -- It looks like this is fixed now! |
Thank you for digging up this issue and bumping it! |
from the getChildren method of a TreeDataProvider return an "expanded" root with "collapsed" children. Under those "collapsed" children return "expanded" nodes with children.
In the displayed tree view open a "collapsed" node.
Observe: the children under that collapsed node are shown expanded, but they have no children. If you collapse and then reopen them, the children appear.
The text was updated successfully, but these errors were encountered: