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

The endDrawer can be dragged over the drawer #19704

Closed
blac3777 opened this issue Jul 24, 2018 · 1 comment · Fixed by #20015
Closed

The endDrawer can be dragged over the drawer #19704

blac3777 opened this issue Jul 24, 2018 · 1 comment · Fixed by #20015
Labels
a: quality A truly polished experience f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.

Comments

@blac3777
Copy link

While attempting to implement "simultaneous left-and-right drawers" from #12686, I noticed that the endDrawer can be dragged over the drawer (but not vice versa) s.t. two drawers are simultaneously on the screen.

I have trouble realizing a case where the existing behavior would be useful. I suggest that one drawer's opening, should trigger the other to ignore gestures until the former's closing. At the very least, there should be a scaffold property to toggle between existing & suggested behavior, and the suggested behavior should be selected by default.

Here is a simple main.dart file to show the existing behavior.

@blac3777 blac3777 changed the title endDrawer The endDrawer can be dragged over the drawer Jul 24, 2018
@zoechi zoechi added framework flutter/packages/flutter repository. See also f: labels. f: material design flutter/packages/flutter/material repository. a: quality A truly polished experience labels Jul 24, 2018
@zoechi zoechi added this to the Goals milestone Jul 24, 2018
@jslavitz jslavitz self-assigned this Jul 30, 2018
@jslavitz jslavitz mentioned this issue Jul 30, 2018
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: quality A truly polished experience f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants