Bug #15643
closedDrag and Drop slightly broken on Filelist
0%
Description
There are two issues with how the ss_dragdrop code was modified from the original code. I report them in one bug report as I believe they are linked.
ISSUE 1: When the ss_dragdrop extension is loaded on top of TYPO3 v4.0beta3, the drag&drop functionality works in the page tree, but breaks on the filelist: the "drop" action does not seem to release the grabbed item. Subsequent mouse moves and clicks will do unexpected results. OK I agree you shouldn't install ss_dragdrop on version 4.0 as it has the functionality built-in, but if we could at least make TYPO3 behave correctly when the double drag&drop functionality are activated at the same time it would be great. However I believe that fixing ISSUE 2 will also resolve this one, so here it comes:
ISSUE 2: Even when ss_dragdrop extension is not installed (so, with a fresh TYPO3 4.0beta3), the right-click menu on the name of a directory in the filelist does not provide the same menu as when clicking on the icon next to the directory name.
(issue imported from #M2588)