Testing drag and drop files view https://github.com/owncloud/core/pull/26103
Open
Nobody has claimed this yet.
2 - Developing
Server
- Dominant language
- Shell
- Stars
- 16
- Forks
- 16
- Avg merge
- 11h 11m
- Merged PRs (30d)
- 1
Description
Improvements in files view
| Test Case | Expected Result | Result Chrome | Result Firefox | Result Edge | Result IE 11 | Result Safari | Result public page | Related Comment |
|---|---|---|---|---|---|---|---|---|
| Move several entries from "a" into "b" while viewing "a" | Files are moved correctly | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
| Move several entries from "c" into "a" using drop on breadcrumb | Files are moved correctly | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
| Move several entries from "a" into "c", hold on "b" to enter it, drop on "c" | Enters properly in "b" and files are moved | ✅ | ✅ | ❌ | ❌ | ✅ | ✅ | Row is not highlighted |
| Move several entries from "a" into "c", hold on "b" then "c" to enter it, drop on empty table space | Files are moved correctly | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Move several entries from "c" into "a", hold on "a" breadcrumb, drop on empty table space | Files are moved correctly | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Move entry into the same folder by dropping onto table space | Nothing happens (because it is not yet developed) | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Drag hold on a file (not folder) does nothing | Nothing fails, no warnings | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Copy several entries from "a" into "b" while viewing "a" | Files are copied correctly | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Copy several entries from "c" into "a" using drop on breadcrumb | Files are copied correctly | ✅ | ✅ | 🚧 | 🚧 | ❌ | ❌ | https://github.com/owncloud/core/pull/26103#issuecomment-252232044 |
| Copy several entries from "a" into "c", hold on "b" to enter it, drop on "c" | Enters properly in "b" and files are copied | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Copy several entries from "a" into "c", hold on "b" then "c" to enter it, drop on empty table space | Files are copied correctly | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Copy several entries from "c" into "a", hold on "a" breadcrumb, drop on empty table space | Files are copied correctly | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Having a/b/c copy several entries from "c" into "a" hold on "a" breadcrumb, drop inside | Files are copied correctly | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Having a/b/c move several entries from "c" into "a", hold on "a" breadcrumb, drop on empty table space | Files are moved correctly | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Having encryption enabled copy entries into folders | Files are copied correctly | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ | |
| Having encryption enabled move entries into folders | Files are moved correctly | ✅ | ✅ | 🚧 | 🚧 | ✅ | ✅ |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the test matrix in this issue alongside owncloud/core/pull/26103, focusing on scenarios marked ❌ or 🚧 and their listed browsers. Re-run the drag-and-drop cases across the specified browsers; completion means the results are recorded and the remaining failures are resolved or clearly documented.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100