Actions
Bug #95640
closedThe drag event is on the complete grid element instead of only on the move icon.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Dashboard
Target version:
-
Start date:
2021-10-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With https://review.typo3.org/c/Packages/TYPO3.CMS/+/65890 muuri.js was updated from v0.8.0 to v0.9.3.
muuri.js refactored the `dragStartPredicate.handle` option into it's own option as dragHandle -> https://github.com/haltu/muuri/commit/be66ba4df8337aa12408183e960c7f5c7ee783b5
EXT:dashboard still uses `dragStartPredicate.handle` and therefore the drag event is on the complete grid element instead of only on the move icon.
Actions