owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
443 stars 157 forks source link

Move files in parent folder via Drag&Drop not possible #7454

Closed hurradieweltgehtunter closed 1 year ago

hurradieweltgehtunter commented 2 years ago

Steps to reproduce

  1. Move files in a folder via Drag&Drop
  2. Enter folder
  3. Try to move files back into parent folder via Drag&Drop

Expected behaviour

While a user is in a Drag&Drop workflow it would be convenient to be able to move files into a parent folder via Drag&Drop. Maybe show a file list entry ".." to reference the parent folder. Also the parent folder name i the breadcrumb could be a target for Drag&Drop.

Actual behaviour

It is not possible to move files via Drag&Drop into a parent folder

https://user-images.githubusercontent.com/16665512/184820966-5482f5ba-ba52-421a-9a3d-b96e767370a2.mov

Environment general

https://ocis.ocis-wopi.latest.owncloud.works

kulmann commented 2 years ago

We had a discussion back then what the MVP implementation for drag&drop for move should be. Both move to parent and navigate further down through the file tree have been postponed because we decided that moving one level deeper is the highest priority. Just for context. ;-)

There was already a ticket, see https://github.com/owncloud/web/issues/5707 - as yours is much more detailed I closed the old one.

Priority is not very high at the moment to be honest.

By the way, drag&drop from the personal space into deep nested folder of a project space would be awesome as well. :-)