Actions
Bug #79204
closedEpic #83669: Improve file list / file browser
Filelist -> it’s possible to drag an online folder to the upload drop area
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2017-01-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Description¶
It's no bug, but if it's easy to disable dragging an existing folder in the filelist to the upload area it would be nice. (unexperienced users may be confused)
How to reproduce in Google Chrome (macOS)¶
- Open filelist module
- open folder with containing file(s) or folder(s)
- drag any of the folder items -> the drag and drop area appears
Visualized in pictures at 25 frames¶
ToDo(s)¶
- Prevent it if is possible
Files
Updated by Benni Mack over 7 years ago
- Target version changed from 8 LTS to next-patchlevel
Updated by Benni Mack over 5 years ago
- Target version changed from next-patchlevel to Candidate for patchlevel
Updated by Josef Glatz over 4 years ago
- File 79204-example-9-5_dev.gif 79204-example-9-5_dev.gif added
- Description updated (diff)
Ticket-Edit on Georg's request: added steps to reproduce¶
Updated by Andreas Kienast over 4 years ago
- Status changed from New to Closed
This is not easily solvable. The main issue is that only the drop event knows about the content that was dragged due to privacy reasons.
The only solution for this issue would be to attach draggable="false"
to all DOM nodes, which is not feasible.
Actions