Unplanned
Last Updated: 07 Feb 2022 13:41 by Swapnil
Swapnil
Created on: 07 Feb 2022 13:41
Category: FileExplorer
Type: Bug Report
0
FileExplorer does not scroll its tree properly to the programatically selected folders

FileExplorer does not scroll its tree properly to the programatically selected folders.

Steps to reproduce:

1. Set a nested folder with a long path programatically:

fileExplorer.set_currentDirectory("/images/AAA/FolderA1/FolderA2/FolderA3/FolderA4/FolderA5")

2. Select another nested folder programatically:

fileExplorer.set_currentDirectory("/images/BBB/FolderB1/FolderB2/FolderB3/FolderB4/FolderB5")

Result: The second folder is selected, but the TreeView does not properly scroll into view containing it.

0 comments