bug(cdkDrag): Issue scrolling/reordering "reversed" lists #30191
Labels
area: cdk/drag-drop
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P4
A relatively minor issue that is not relevant to core functions
Is this a regression?
The previous version in which this bug was not present was
No response
Description
For design/UX reasons, I'm using
cdk/drag-drop
on a list withflex-direction: row-reverse
applied. Scrolling does not trigger while dragging among other issues.Can we get a "reversed" option to support this use case?
Reproduction
Steps to reproduce:`
display: flex; flex-direction: row-reverse;
to acdkDropList
Expected Behavior
It would be nice if indexes and scroll behavior could work intuitively by adding a
reversed
optionActual Behavior
The drag will not scroll the
cdkDropList
Environment
The text was updated successfully, but these errors were encountered: