eclipse-theia/theia

Scrolling the Files view while moving a file does not work

Open

#2,918 opened on Sep 19, 2018

View on GitHub
 (1 comment) (2 reactions) (0 assignees)TypeScript (18,676 stars) (2,478 forks)batch import
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.

Contributor guide