vuetify icon indicating copy to clipboard operation
vuetify copied to clipboard

[Bug Report][3.0.0-beta.14] Content does not move when navigation drawer is expanded

Open AniaKru95 opened this issue 2 years ago • 2 comments

Environment

Vuetify Version: 3.0.0-beta.14 Vue Version: 3.2.37 Browsers: Firefox 106.0 OS: Windows 10

Steps to reproduce

I watch navigation drawer's width by adding resize observer. Bind rail prop to variable, which is updated when onResize function is fired. My content is moved to left only once.

When I do not bind rail prop to variable, nav drawer hide my content.

Expected Behavior

When navigation drawer is expanded, content should move to right.

Actual Behavior

Main content is hide by nav drawer or is moved only once.

Reproduction Link

https://codepen.io/AniaKru95/pen/KKezazo?editors=1111

AniaKru95 avatar Nov 02 '22 16:11 AniaKru95

v-model:rail is missing

KaelWD avatar Nov 02 '22 16:11 KaelWD

Unfortunately it does not work. I've added v-model:rail, navbar-drawer is expanded but when mouse over - navbar does not turn back to its initial width.

AniaKru95 avatar Nov 02 '22 16:11 AniaKru95