You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List reordering assumes a vertical stack of horizontal rows. In a vertical reading interface a list is columns flowing RTL, so the reorder axis is horizontal — and a downward drag can mean something else entirely (in Vertically To-do, pulling a column down deletes it).
Where it shows up here:vertical-list-cell, and the gesture model of Vertically To-do.
Open questions:
Horizontal drag = reorder, vertical drag = remove: is orthogonal-axis disambiguation the right general rule?
What are the correct drop-indicator and insertion-point visuals in an RTL column list?
How should keyboard-driven reordering map onto the same model?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Labels:
RFCinteractionList reordering assumes a vertical stack of horizontal rows. In a vertical reading interface a list is columns flowing RTL, so the reorder axis is horizontal — and a downward drag can mean something else entirely (in Vertically To-do, pulling a column down deletes it).
Where it shows up here:
vertical-list-cell, and the gesture model of Vertically To-do.Open questions:
Write-up: https://vertically.works/challenges#drag-reorder
Propose your answer as a PR. Strong answers get merged into the spec.
All reactions