Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Scrolling Behavior in Full-Screen Modal Bottom Sheet #431

Open
readrian opened this issue Oct 8, 2024 · 0 comments
Open

Inconsistent Scrolling Behavior in Full-Screen Modal Bottom Sheet #431

readrian opened this issue Oct 8, 2024 · 0 comments

Comments

@readrian
Copy link

readrian commented Oct 8, 2024

Issue Description

When using a modal bottom sheet that expands to full screen height, there's an inconsistency in the scrolling behavior. Specifically, when the user attempts to dismiss the sheet by pulling it down, the content within the sheet scrolls faster than the sheet itself. This creates a disjointed user experience where the content appears to "fall out" of the bottom sheet container.

Steps to Reproduce

  1. Implement a modal bottom sheet.
  2. Set the sheet to expand to full screen height.
  3. Include scrollable content within the sheet (e.g., a ListView or SingleChildScrollView).
  4. Open the bottom sheet so it covers the full screen.
  5. Attempt to dismiss the sheet by pulling down from the top.

Expected Behavior

When pulling down to dismiss the sheet, the entire sheet (including its content) should move down uniformly, maintaining the relative position of the content within the sheet.

Actual Behavior

As the user pulls down, the content inside the sheet scrolls faster than the sheet itself, creating a visual disconnect between the sheet's movement and its content.

Screenshots

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant