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

Two drawers on the same page, only left one can swipe open #4885

Closed
jadus opened this issue Aug 3, 2016 · 2 comments
Closed

Two drawers on the same page, only left one can swipe open #4885

jadus opened this issue Aug 3, 2016 · 2 comments
Labels
component: drawer This is the name of the generic UI component, not the React module!

Comments

@jadus
Copy link

jadus commented Aug 3, 2016

Problem description

With two drawers on a page, one on the left, one on the right, only the left one responds to the swipe for opening. Closing works fine though.

Steps to reproduce

<Drawer
    key="drawer1"
    docked={false}
>
</Drawer>
<Drawer
    key="drawer2"
    docked={false}
    openSecondary={true}
>
</Drawer>

Versions

  • Material-UI: v0.15.2
  • React: v15.0.0
  • Browser: All
@mpontikes mpontikes mentioned this issue Aug 5, 2016
13 tasks
@PeterBLITZ
Copy link

Any updates?

@willadamskeane
Copy link

I'm having this issue as well.

@oliviertassinari oliviertassinari added the component: drawer This is the name of the generic UI component, not the React module! label Aug 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: drawer This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

4 participants