-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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][3.6.5] The rail attribute of the VNavigationDrawer does not take effect when the encapsulated component is introduced. #19800
Comments
I really don't understand what you're trying to do and if this is an implementation issue or a bug. |
@johnleider this is the same problem we were looking at last week with the drawer not hiding on mobile. |
Where we are currently at with the issue: This watcher isn't firing correctly:
When an application is resized, the isTemporary change that occurs from
|
I couldn't figure out how to fix this, I'm reverting #15229 in 3.7 because suspense is clearly not ready to use yet. |
Environment
Vuetify Version: 3.6.5
Last working version: 3.5.18
Vue Version: 3.4.27
Browsers: Chrome 124.0.0.0
OS: Windows 10
Steps to reproduce
Click the list icon on the toolbar
Expected Behavior
The left navigation can be retracted
Actual Behavior
No change to left navigation
Reproduction Link
https://codesandbox.io/p/github/AndyBeat/vuetify-navigation-test/master?file=%2Fsrc%2FApp.vue%3A17%2C1
Other comments
The same navigation bar code, the drawer attribute takes effect normally when used externally, but it does not take effect when encapsulated into a separate interface nav-drawer. This problem was also found on the vuetify doc page of the same version.
There is no change after the first click. It shrinks after refreshing. Clicking again cannot restore the original state. After refreshing, it is normal.
The text was updated successfully, but these errors were encountered: