[Bug Report] Navigation drawer hidden with permanent
See original GitHub issueVersions and Environment
Vuetify: 1.3.8 Last working version: 1.2.4 Vue: 2.5.16 Browsers: Chrome 70.0.3538.77 OS: Mac OS 10.14.0
Steps to reproduce
Put a navigation drawer inside of a dialog with permanent
property.
Expected Behavior
Nav drawer to be always visible.
Actual Behavior
When closing the dialog and re-open it, the nav-drawer is hidden.
Reproduction Link
https://codepen.io/blaydator/pen/RqVeVj
Other comments
Workaround :
<v-navigation-drawer
style="transform: translateX(0) !important;"
permanent>
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
[Messages] Navbar and statusbar problem when opening navigation ...
The navbar and statusbar has some semi transparent tint that overlays the navigation drawer and right dark area. This leads to poor UX....
Read more >Some Settings Bug - OnePlus Community
@the_o2 said: Long press homescreen -> Settings -> scroll down -> hidden space.Or tryFrom apps drawer, swipe to the right starting from the...
Read more >Navigation drawers - Vuetify.js
Permanent floating drawer. A navigation drawer can be placed inside of a card and float over the content background.
Read more >Hide the status bar - Android Developers
It's easier to maintain and less error-prone than setting a flag programmatically. · It results in smoother UI transitions, because the system ...
Read more >Vuetify - Fixed NavigationDrawer with absolute Footer leaves ...
[Bug Report] v-footer leaves v-navigation-drawer too short when inset #4686. See this github issue, I believe you have found a bug that has ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
style=“transform: translateX(0) !important;visibility: visible !important;” is working
The same bug happens when there is a navigation drawer nested within another navigation drawer, but
style = "transform: translateX (0)! Important; visibility: visible! Important;"
solve!https://codepen.io/crthiago/pen/LYWbBXp