-
Notifications
You must be signed in to change notification settings - Fork 30.5k
NestedScrollView allows dragging when there is not enough content to scroll #136069
Copy link
Copy link
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listf: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.found in release: 3.13Found to occur in 3.13Found to occur in 3.13found in release: 3.16Found to occur in 3.16Found to occur in 3.16frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onteam-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listf: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.found in release: 3.13Found to occur in 3.13Found to occur in 3.13found in release: 3.16Found to occur in 3.16Found to occur in 3.16frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onteam-frameworkOwned by Framework teamOwned by Framework teamtriaged-frameworkTriaged by Framework teamTriaged by Framework team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is there an existing issue for this?
Steps to reproduce
Expected results
Scroll should not work thanks of the usage of
physics: const ClampingScrollPhysics().Actual results
In NestScrollViewPage, the list is scrollable despite usage of the physics
ClampingScrollPhysics.NestScrollViewPage should not recognize ClampingScrollPhysics physics.
I reported by the past a similar issue using the physics
NeverScrollableScrollPhysics, it is fixed today : #113753.Code sample
Code sample
Screenshots or Video
Screenshots / Video demonstration
Logs
No logs
Flutter Doctor output
Doctor output