Bug: Multi line Chips: Drag and Drop #1674
Labels
bug
Something isn't working
comp: angular
Issues related to @sbb-esta/angular
effort1: hours
prio4: low
Should be done after all higher priorities are done
Describe the bug
Drag and Drop von Chips funktioniert bei auf mehreren Zeilen angezeigten Chips nicht sauber.
To Reproduce
Steps to reproduce the behavior:
StackBlitz
https://stackblitz.com/run?file=src%2Fapp%2Fchips-drag-drop-example.ts
Expected behavior
Drag and Drop von Chips funktioniert auch, wenn diese auf mehreren Zeilen angezeigt werden.
Ein Chip kann zeilenübergreifend verschoben werden. Während des Drag wird seine zukünftige Position angezeigt. Nach dem Drop hat das Chip die neue Position und die Daten sind entsprechend neu sortiert.
Screenshots
orange is being dragged from the last(=third element on second row) position to the second(=second element on first row) position.
Desktop (please complete the following information):
Additional context
Andere hatten das Problem auch schon, z.B. https://stackoverflow.com/questions/60315566/angular-material-drag-and-drop-multi-row-list
The text was updated successfully, but these errors were encountered: