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

[Bug Report] VNavigationDrawer - permanent drawer can be hidden by touch swipes, but cannot be re-shown programatically. #11019

Open
ascott18 opened this issue Apr 3, 2020 · 2 comments
Labels
C: VNavigationDrawer VNavigationDrawer T: bug Functionality that does not work as intended/expected
Milestone

Comments

@ascott18
Copy link
Contributor

ascott18 commented Apr 3, 2020

Environment

Vuetify Version: 2.2.20
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.162
OS: Windows 10

Steps to reproduce

  • Open the repro: https://codepen.io/ascott18/pen/Poqvymd
  • Open your browser's devtools' mobile device emulator, and swipe left to dismiss the drawer.
  • Then, try to open it again using the v-app-bar-nav-icon. It will not open.

Expected Behavior

A permanent drawer cannot be dismissed with swipes

Actual Behavior

Drawer can be dismissed, and a user cannot re-open it by clicking the app's hamburger button. They can only re-open it by swiping right (while they may not realize how they even dismissed the drawer in the first place)

Reproduction Link

https://codepen.io/ascott18/pen/Poqvymd

@ghost ghost added the S: triage label Apr 3, 2020
@ascott18 ascott18 changed the title [Bug Report] VNavigationDrawer - permanant drawer can be hidden by touch swipes, but cannot be re-shown programatically. [Bug Report] VNavigationDrawer - permanent drawer can be hidden by touch swipes, but cannot be re-shown programatically. Apr 3, 2020
@ElijahKotyluk ElijahKotyluk added C: VNavigationDrawer VNavigationDrawer T: bug Functionality that does not work as intended/expected and removed S: triage labels Apr 4, 2020
@ElijahKotyluk

This comment has been minimized.

@ElijahKotyluk ElijahKotyluk marked this as a duplicate of #5617 Apr 4, 2020
@KaelWD KaelWD marked this as not a duplicate of #5617 Apr 4, 2020
@twrayden
Copy link

twrayden commented Jun 3, 2020

We are also having this issue. We have fixed it temporarily by setting the touchless prop to true, but this means we have to sacrifice features such as 'drag to open' on mobile.

@johnleider johnleider added this to To do in Vuetify 3 - Titan via automation Dec 16, 2020
@johnleider johnleider added this to the v3.0.0 milestone Dec 16, 2020
@KaelWD KaelWD modified the milestones: v3.0.0, v3.x.x Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VNavigationDrawer VNavigationDrawer T: bug Functionality that does not work as intended/expected
Projects
No open projects
Development

No branches or pull requests

5 participants