eclipse-theia/theia

Scrolling the Files view while moving a file does not work

Open

#2.918 geöffnet am 19. Sept. 2018

Auf GitHub ansehen
 (1 Kommentar) (2 Reaktionen) (0 zugewiesene Personen)TypeScript (2.478 Forks)batch import
bughelp wantednavigator

Repository-Metriken

Stars
 (18.676 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 15T 4h) (75 gemergte PRs in 30 T)

Beschreibung

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