eclipse-theia/theia
View on GitHubScrolling the Files view while moving a file does not work
Open
#2,918 opened on Sep 19, 2018
bughelp wantednavigator
Description
Let's say you want to move a file from a directory to another in the Files view, but the target directory is outside of the view, meaning you would need to scroll down. In most UIs, bringing the dragged element near the bottom edge of the screen would slowly scroll down, allowing you to reach the target directory. Alternatively, using the mousewheel while dragging could work too.
Neither of them works in Theia (tested on Chromium on Linux), meaning it's very difficult to move a file to a directory that is outside of view.