-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-designOwned by Design Languages teamOwned by Design Languages teamtriaged-designTriaged by Design Languages teamTriaged by Design Languages team
Description
When dragging in ReorderableListView, the items that shift to make room exhibit jumping behavior if drag direction is reversed before their animations complete.
Steps to Reproduce:
- Create a
ReorderableListViewwith items - Drag an item over others (causing them to animate out of the way)
- Before those animations complete, drag back in the opposite direction
- The shifting items jump instead of smoothly reversing
Expected:
Items making room should smoothly transition from their current animated position when drag direction changes.
Actual:
Items snap back to their original positions before animating to new targets, causing visual jumps.
Environment:
- Flutter version: stable channel
- Platform: all platforms
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listf: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-designOwned by Design Languages teamOwned by Design Languages teamtriaged-designTriaged by Design Languages teamTriaged by Design Languages team
