Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tree] fix scroll behavior when selecting or expanding a node
Fixes: #3347 Fixes: #1593 The following commit updates the tree-widget to fix an issue when trees are manually scrolled and nodes are selected causing a jump (poor user-experience). The changes include: - updating the default resize parameter for forceUpdate to false since we only want to clear the entire cache when a resize actually occurs - updates the onResize to properly resize when performing a forceUpdate Signed-off-by: Anas Shahid <muhammad.shahid@ericsson.com> Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
- Loading branch information