-
Notifications
You must be signed in to change notification settings - Fork 727
Closed
Milestone
Description
Describe the bug
TreeView in FileDialog does not respect IFileSystem and instead uses native file system directly. This means tests are not behaving as expected.
Has no effect on production users though.
_treeView = new() { Width = Dim.Fill (), Height = Dim.Fill () };
var fileDialogTreeBuilder = new FileSystemTreeBuilder ();
_treeView.TreeBuilder = fileDialogTreeBuilder;
To Reproduce
Run PressingPopTree fluent test in #4024
Expected behavior
Popped tree should have drives from the mock file system
Screenshots
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context
Add any other context about the problem here.
Set Project & Milestone
If you have access, please don't forget to set the right Project and Milestone.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done
