We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vuetify Version: 3.3.12 Vue Version: 3.3.4 Browsers: Chrome 115.0.0.0 OS: Windows 11
Create a VAppBar component with scroll-behavior="hide" and an extension slot. Observe the behavior when scrolling down.
VAppBar
scroll-behavior="hide"
The default slot area should hide as the user scrolls down, but the extension slot should remain visible, as stated in the documentation.
Both the default slot area and the extension slot are hidden, which doesn't match the expected behavior as described in the documentation.
https://play.vuetifyjs.com/#...
According to the documentation https://vuetifyjs.com/en/components/app-bars/#scroll-behavior
hide: The default slot area will shift up and hide as the user scrolls down. The extension slot remains visible.
I am not sure if this is the intended behavior.
Thanks.
The text was updated successfully, but these errors were encountered:
https://vuetifyjs.com/en/api/v-app-bar/#props-scroll-behavior
Sorry, something went wrong.
https://play.vuetifyjs.com/#eNplUc1uwjAMfhUrl4K0/kxMmoQKEoe9wi7rDqF1RLQ0iZK0UFV997ktdDBusb/4+7G/euZdmR6sTdoG2ZblAWureMB9oQHyNubWTs9bER+5g9Io43YFs07W3HUFA186o1R8xBNv5YSdZIUFu87eT8dBBoX7zwaDFF2e/gcKvczczEAbe2XCFi8BtZdGL7QTcWl04FKjA6EaWe3h4/YPRvoF/jOTPsQcG4uLRZ+Iaxq7T/DMRO1KtuRPTKFXkohfQOoKL2swAsba0362P9gRPgG0lb6fEBiGPKX5O2PPImNvMXI1Su+HDFTSBaQN4DE088VkbY0L0INDAQMIZ2qI6MrRHJBkfJj9wQ40nuHgHO9Wr1mWrRMhlVpFJ1TKwNk4VUXrUXIWIXo2vLBN8pZkdPLAkw2by3f2/QstmcCz is my reproduction for 3.4.7.
3.4.7
It sounds like there are supposed to be two values here for scroll behavior:
hide
fully-hide
feat(VAppBar): add support for fully-hide scroll-behavior
d3c2b64
resovles #18020
feat(VAppBar): add support for fully-hide scroll-behavior (#19557)
c6f6587
resolves #18020
johnleider
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.3.12
Vue Version: 3.3.4
Browsers: Chrome 115.0.0.0
OS: Windows 11
Steps to reproduce
Create a
VAppBar
component withscroll-behavior="hide"
and an extension slot.Observe the behavior when scrolling down.
Expected Behavior
The default slot area should hide as the user scrolls down, but the extension slot should remain visible, as stated in the documentation.
Actual Behavior
Both the default slot area and the extension slot are hidden, which doesn't match the expected behavior as described in the documentation.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
According to the documentation
https://vuetifyjs.com/en/components/app-bars/#scroll-behavior
I am not sure if this is the intended behavior.
Thanks.
The text was updated successfully, but these errors were encountered: