You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with many segments / trees sorting and grouping is essential. When trying to move a tree / segment in the list into some group that is not within the visible range one should be able to scroll the view by "hovering" the segment at the top / bottom of the list. But this is currently no longer possible. This is potentially due to the antd tree implementation we are using now.
Expected Behavior
It should be possible to vertically scroll through the hierarch list when moving the tree / segment to the top/bottom of the list.
Current Behavior
The view does not scroll
Steps to Reproduce the bug
Cannot reproduce the bug anymore / needs deeper investigation.
create a lot of trees
create a group
try to move one of the trees at the bottom into the group (which is not rendered in the long list)
scrolling should be impossible by "holding" the tree at the top of the list
Context
When working with many segments / trees sorting and grouping is essential. When trying to move a tree / segment in the list into some group that is not within the visible range one should be able to scroll the view by "hovering" the segment at the top / bottom of the list. But this is currently no longer possible. This is potentially due to the antd tree implementation we are using now.
Expected Behavior
It should be possible to vertically scroll through the hierarch list when moving the tree / segment to the top/bottom of the list.
Current Behavior
The view does not scroll
Steps to Reproduce the bug
For reference: https://discuss.webknossos.org/t/scrolling-while-moving-trees-to-group/1870
The text was updated successfully, but these errors were encountered: